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