public class BooleanUtils extends Object
| Constructor and Description |
|---|
BooleanUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
nvl(Boolean value)
If given
Boolean is null then returns false
otherwise returns given Boolean |
public static boolean nvl(Boolean value)
Boolean is null then returns false
otherwise returns given BooleanCopyright © 2017–2020 Eclipse Foundation. All rights reserved.