public class CheckDsl<L,D> extends Check<D>
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckDsl.Final<D> |
| Modifier | Constructor and Description |
|---|---|
protected |
CheckDsl(Function<Check<D>,L> factory) |
protected |
CheckDsl(Check<? super D> check,
Function<Check<D>,L> factory) |
| Modifier and Type | Method and Description |
|---|---|
L |
or() |
boolean |
test(D data,
CheckVisitor checkVisitor)
Evaluation of the condition on provided data, able to provide full detail of the evaluation using
provided detail collector.
|
String |
toString() |
L |
with(Check<? super D> check) |
<V> Builder<V,L> |
withField(String name,
Function<? super D,V> function) |
public L or()
public boolean test(D data, CheckVisitor checkVisitor)
CheckCopyright © 2018. All rights reserved.