Uses of Class
eu.bandm.tools.util.Checks.Check
Package
Description
Collection of mostly unrelated, tiny, ubiquitously needed
auxiliary classes for many different purposes.
-
Uses of Checks.Check in eu.bandm.tools.util
Modifier and TypeMethodDescriptionstatic <A> Checks.Check<A[]>
Checks.allElems
(Checks.Check<? super A> check) <B extends A>
Checks.Check<B>Checks.Check.and
(Checks.Check<? super B> other) Checks.Check.negate()
<B extends A>
Checks.Check<B>Checks.Check.or
(Checks.Check<? super B> other) Modifier and TypeMethodDescriptionstatic <A> Checks.Check<A[]>
Checks.allElems
(Checks.Check<? super A> check) <B extends A>
Checks.Check<B>Checks.Check.and
(Checks.Check<? super B> other) <B extends A>
Checks.Check<B>Checks.Check.or
(Checks.Check<? super B> other)