ifAbsent

open infix fun ifAbsent(failureHintFactory: () -> R): Pair<() -> R, (T) -> R>(source)

Defines the failure hint factory which should be used if the subject of the expectation is not defined.