public static final class Checks.IntCheck extends Checks.Check<Integer>
display
Constructor and Description |
---|
IntCheck(IntPredicate condition,
String display) |
Modifier and Type | Method and Description |
---|---|
void |
check(int value) |
int |
checked(int value) |
boolean |
isValid(int value) |
Checks.IntCheck |
negate() |
public IntCheck(IntPredicate condition, String display)
public void check(int value)
public int checked(int value)
public boolean isValid(int value)
public Checks.IntCheck negate()
negate
in class Checks.Check<Integer>
see also the complete user documentation .