java.lang.Object
org.litebridgedb.commons.BooleanUtils
Utility class for boolean operations.
-
Method Summary
-
Method Details
-
toBoolean
Converts aBooleanobject to a primitiveboolean.- Parameters:
value- theBooleanobject to be converted, which may benull.- Returns:
trueif the input value isBoolean.TRUE, otherwisefalse.
-