Class BooleanUtils

java.lang.Object
dev.prozilla.pine.common.util.BooleanUtils

public final class BooleanUtils extends Object
  • Method Details

    • isNotTrue

      @Contract("null -> true") public static boolean isNotTrue(Boolean bool)
    • isNotFalse

      @Contract("null -> true") public static boolean isNotFalse(Boolean bool)
    • isTrue

      @Contract("null -> false") public static boolean isTrue(Boolean bool)
    • isFalse

      @Contract("null -> false") public static boolean isFalse(Boolean bool)
    • isTrue

      @Contract("null -> false") public static boolean isTrue(String input)
    • isFalse

      @Contract("null -> false") public static boolean isFalse(String input)
    • toInt

      public static int toInt(boolean value)