inline fun <K, V> getExistingNullable(plant: AssertionPlant<Map<out K, V>>, key: K): AssertionPlantNullable<V> (source)
Overrides MapAssertions.getExistingNullable
inline fun <K, V> getExistingNullable(plant: AssertionPlant<Map<out K, V>>, key: K, noinline assertionCreator: AssertionPlantNullable<V>.() -> Unit): Assertion (source)
Overrides MapAssertions.getExistingNullable