| Package | Description |
|---|---|
| fluent.validation |
| Modifier and Type | Method and Description |
|---|---|
static <D> Check<D> |
BasicChecks.check(Predicate<D> predicate,
String expectationDescription) |
static <D> Check<D> |
BasicChecks.nullableCondition(Predicate<D> predicate,
String expectationDescription)
Define a transparent check using provided predicate and string expectation description.
|
Copyright © 2019. All rights reserved.