doc / ch.tutteli.atrium.api.cc.en_GB / nullableEntry

nullableEntry

infix fun <E : Any, T : Iterable<E?>> CheckerOption<E?, T, InAnyOrderSearchBehaviour>.nullableEntry(assertionCreatorOrNull: Assert<E>.() -> Unit): AssertionPlant<T> (source)
Deprecated: use `entry` instead; will be removed with 1.0.0


infix fun <E : Any, T : Iterable<E?>> Builder<E?, T, InAnyOrderOnlySearchBehaviour>.nullableEntry(assertionCreatorOrNull: Assert<E>.() -> Unit): AssertionPlant<T> (source)
Deprecated: use `entry` instead; will be removed with 1.0.0


infix fun <E : Any, T : Iterable<E?>> Builder<E?, T, InOrderOnlySearchBehaviour>.nullableEntry(assertionCreatorOrNull: Assert<E>.() -> Unit): AssertionPlant<T> (source)
Deprecated: use `entry` instead; will be removed with 1.0.0