-
public final class Preconditions
-
-
Method Summary
Modifier and Type Method Description static <T> TcheckNotNull(T reference)static voidcheckAllNotNull(Array<Object> references)static <T> TcheckNotNull(T reference, String errorMessage)-
-
Method Detail
-
checkNotNull
static <T> T checkNotNull(T reference)
-
checkAllNotNull
static void checkAllNotNull(Array<Object> references)
-
checkNotNull
static <T> T checkNotNull(T reference, String errorMessage)
-
-
-
-