Class Preconditions
java.lang.Object
online.sharedtype.processor.support.Preconditions
- Author:
- Cause Chung
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckArgument(boolean condition, String message, Object... objects) static <T extends Collection<?>>
TrequireNonEmpty(T c, String message, Object... objects) static <T> TrequireNonNull(T o, String message, Object... objects)
-
Method Details
-
checkArgument
-
requireNonNull
-
requireNonEmpty
-