Package org.instancio.internal.util
Class Verify
java.lang.Object
org.instancio.internal.util.Verify
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidclosedRange(long min, long max) static voidstatic voidisNotArrayCollectionOrMap(Class<?> klass) static voidstatic <T> Collection<T>notEmpty(@Nullable Collection<T> collection, String message, Object... values) static <T> T[]static <T> Tstatic void
-
Method Details
-
notNull
-
notEmpty
-
notEmpty
public static <T> Collection<T> notEmpty(@Nullable @Nullable Collection<T> collection, String message, Object... values) -
closedRange
public static void closedRange(long min, long max) -
isTrue
-
isFalse
-
state
-
isNotArrayCollectionOrMap
-