Class BooleanUtils

java.lang.Object
org.litebridgedb.commons.BooleanUtils

public final class BooleanUtils extends Object
Utility class for boolean operations.
  • Method Details

    • toBoolean

      public static boolean toBoolean(@Nullable Boolean value)
      Converts a Boolean object to a primitive boolean.
      Parameters:
      value - the Boolean object to be converted, which may be null.
      Returns:
      true if the input value is Boolean.TRUE, otherwise false.