ikozlowski
T:Any
fun <T : Any?> assertk.Assert<T>.isEqualToIgnoringId( other: T ) { all { if (other == null) this.isEqualTo(null) else other?.let { it::class.members } } }
Kroppeb
T
Any
Assert<T?>
other:T?
A modern programming language that makes developers happier.