Package | Description |
---|---|
eu.bandm.tools.util |
Collection of mostly unrelated, tiny, ubiquitously needed
auxiliary classes for many different purposes.
|
Modifier and Type | Class and Description |
---|---|
static class |
Checks.IntCheck |
Modifier and Type | Field and Description |
---|---|
static Checks.Check<Object> |
Checks.nonNull |
Modifier and Type | Method and Description |
---|---|
static <A> Checks.Check<A[]> |
Checks.allElems(Checks.Check<? super A> check) |
<B extends A> |
Checks.Check.and(Checks.Check<? super B> other) |
Checks.Check<A> |
Checks.Check.negate() |
<B extends A> |
Checks.Check.or(Checks.Check<? super B> other) |
Modifier and Type | Method and Description |
---|---|
static <A> Checks.Check<A[]> |
Checks.allElems(Checks.Check<? super A> check) |
<B extends A> |
Checks.Check.and(Checks.Check<? super B> other) |
<B extends A> |
Checks.Check.or(Checks.Check<? super B> other) |
see also the complete user documentation .