public final class BooleanFunctions extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
valueOf(Boolean bool,
boolean def)
Returns the value of the specified
Boolean if it is non-null, or the specified default value if it is null. |
public static boolean valueOf(Boolean bool, boolean def)
Boolean if it is non-null, or the specified default value if it is null.bool - the value to be testeddef - a value to return if bool has no valueCopyright © 2016–2021 EntIT Software LLC, a Micro Focus company. All rights reserved.