public abstract class BoolUtil
extends java.lang.Object
| Constructor and Description |
|---|
BoolUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isFalse(java.lang.String truth) |
static boolean |
isNotFalse(java.lang.String truth) |
static boolean |
isTrue(java.lang.String truth) |