ifFalse

inline fun Boolean?.ifFalse(action: () -> Unit): Boolean

Calls the supplied action if the receiver is false.

Return

true if the receiver is false, false otherwise.

Parameters

action

The action to invoke if the receiver is false.