public class Booleans extends Object
| Constructor and Description |
|---|
Booleans() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
allOf(boolean... bArray) |
static boolean |
both(boolean b1,
boolean b2) |
static boolean |
noneOf(boolean... bArray) |
static boolean |
not(boolean b) |
Copyright © 2017. All rights reserved.