Searched defs:checkState (Results 1 – 2 of 2) sorted by relevance
103 public static void checkState(final boolean expression, String tag, String msg) { in checkState() method in SoftPreconditions116 public static void checkState(final boolean expression) { in checkState() method in SoftPreconditions
119 public static void checkState(boolean expression) { in checkState() method in Preconditions134 public static void checkState(boolean expression, Object errorMessage) { in checkState() method in Preconditions159 public static void checkState(boolean expression, in checkState() method in Preconditions