Package eu.bandm.tools.util
Class Checks
java.lang.Object
eu.bandm.tools.util.Checks
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic Checks.IntCheck
static final Checks.Check<Object>
static Checks.IntCheck
-
Method Summary
Modifier and TypeMethodDescriptionstatic <A> Checks.Check<A[]>
allElems
(Checks.Check<? super A> check) (package private) static void
static Checks.IntCheck
greaterThan
(int bound) static Checks.IntCheck
lessThan
(int bound) static String
metaformat
(String metatemplate, Object... args)
-
Field Details
-
nonNull
-
positive
-
negative
-
-
Method Details
-
metaformat
-
allElems
-
greaterThan
-
lessThan
-
fail
-