Package eu.bandm.tools.util
Class Checks.Check<A>
java.lang.Object
eu.bandm.tools.util.Checks.Check<A>
- Direct Known Subclasses:
Checks.IntCheck
- Enclosing class:
- Checks
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<B extends A>
Checks.Check<B>and
(Checks.Check<? super B> other) final void
final A
final String
final boolean
negate()
<B extends A>
Checks.Check<B>or
(Checks.Check<? super B> other)
-
Field Details
-
condition
-
display
-
-
Constructor Details
-
Check
-
-
Method Details
-
check
-
checked
-
isValid
-
display
-
negate
-
and
-
or
-