public class BooleanUtils extends Object
| Constructor and Description |
|---|
BooleanUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
isFalse(Boolean value)
Check if given Boolean value is false.
|
static Boolean |
isTrue(Boolean value)
Check if given Boolean value is true.
|
Copyright © 2017 S&C Software. All rights reserved.