public class NullableBooleans extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
and(Boolean a,
Boolean b)
true if TRUE and TRUE
|
static boolean |
not(Boolean b)
false if TRUE
|
static boolean |
or(Boolean a,
Boolean b)
true if any is TRUE
|
static boolean |
truth(Boolean b)
true if TRUE
|
Copyright © 2017. All rights reserved.