public static interface Constraints.ConstraintVisitor<V extends Constraints.ConstraintVisitor<V>>
| Modifier and Type | Method and Description |
|---|---|
V |
disjunction() |
V |
equal(String name,
boolean negate,
Object value) |
V |
in(String name,
boolean negate,
Iterable<?> values) |
V |
match(String name,
boolean negate,
Pattern pattern) |
V |
nested(String name,
Constraints.ConstraintHost constraints) |
V |
present(String name,
boolean negate) |
V |
range(String name,
boolean negate,
com.google.common.collect.Range<?> range) |
V |
size(String name,
boolean negate,
int size) |
V nested(String name, Constraints.ConstraintHost constraints)
V disjunction()
Copyright © 2016 The Immutables.org authors. All rights reserved.