atrium-api-cc-en_GB-jvm / ch.tutteli.atrium.api.cc.en_GB / NullableEntries

NullableEntries

class NullableEntries<T : Any>
Deprecated: Use Entries instead, it was opened up to Any? in 0.8.0; will be removed with 1.0.0

Constructors

<init>

NullableEntries(assertionCreatorOrNull: (<ERROR CLASS><T>.() -> Unit)?, vararg otherAssertionCreatorsOrNulls: (<ERROR CLASS><T>.() -> Unit)?)

Properties

assertionCreatorOrNull

val assertionCreatorOrNull: (<ERROR CLASS><T>.() -> Unit)?

otherAssertionCreatorsOrNulls

vararg val otherAssertionCreatorsOrNulls: Array<(<ERROR CLASS><T>.() -> Unit)?>

Functions

toList

fun toList(): List<(<ERROR CLASS><T>.() -> Unit)?>