Uses of Class
org.apache.flink.util.TernaryBoolean
-
Packages that use TernaryBoolean Package Description org.apache.flink.util -
-
Uses of TernaryBoolean in org.apache.flink.util
Methods in org.apache.flink.util that return TernaryBoolean Modifier and Type Method Description static TernaryBooleanTernaryBoolean. fromBoolean(boolean bool)static TernaryBooleanTernaryBoolean. fromBoxedBoolean(Boolean bool)Converts the given boxed Boolean to a TernaryBoolean.TernaryBooleanTernaryBoolean. resolveUndefined(boolean valueForUndefined)Gets the boolean value corresponding to this value.static TernaryBooleanTernaryBoolean. 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.
-