open infix fun ifAbsent(failureHintFactory: () -> R): Pair<() -> R, (T) -> R>
Defines the failure hint factory which should be used if the subject of the expectation is not defined.