| Package | Description |
|---|---|
| org.apache.flink.util |
| Modifier and Type | Method and Description |
|---|---|
static TernaryBoolean |
TernaryBoolean.fromBoolean(boolean bool)
|
static TernaryBoolean |
TernaryBoolean.fromBoxedBoolean(Boolean bool)
Converts the given boxed Boolean to a TernaryBoolean.
|
TernaryBoolean |
TernaryBoolean.resolveUndefined(boolean valueForUndefined)
Gets the boolean value corresponding to this value.
|
static TernaryBoolean |
TernaryBoolean.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TernaryBoolean[] |
TernaryBoolean.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.