public class BooleanExtKt
| Modifier and Type | Method and Description |
|---|---|
static boolean |
orFalse(java.lang.Boolean $receiver)
Returns the boolean if it is not
null, or false otherwise. |
static boolean |
orTrue(java.lang.Boolean $receiver)
Returns the boolean if it is not
null, or true otherwise. |