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

NullableEntry

class NullableEntry<T : Any>
Deprecated: Use Entry instead, it was opened up to `(Assert<V>.() -> Unit)?` in 0.8.0; will be removed with 1.0.0

Constructors

<init>

NullableEntry(assertionCreator: (<ERROR CLASS><T>.() -> Unit)?)

Properties

assertionCreator

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

Functions

toList

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