class NullableEntries<T : Any>
NullableEntries(assertionCreatorOrNull: (<ERROR CLASS><T>.() -> Unit)?, vararg otherAssertionCreatorsOrNulls: (<ERROR CLASS><T>.() -> Unit)?) |
val assertionCreatorOrNull: (<ERROR CLASS><T>.() -> Unit)? |
|
vararg val otherAssertionCreatorsOrNulls: Array<(<ERROR CLASS><T>.() -> Unit)?> |
fun toList(): List<(<ERROR CLASS><T>.() -> Unit)?> |