public final class Enforce
extends Object
-
Method Summary
static <T> T
static <T> T
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
notNull
public static <T> T notNull(T object,
String message)
-
-
expressionTrue
public static <T> T expressionTrue(boolean expression,
T object,
String message)