public final class BooleanUtils
extends Object
-
Method Summary
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static int
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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)