| Package | Description |
|---|---|
| fluent.validation |
| Modifier and Type | Method and Description |
|---|---|
static <D> Check<D> |
BasicChecks.check(Predicate<D> predicate,
String expectationDescription)
Build a custom check using it's description and pure Java predicate.
|
static <D> Check<D> |
BasicChecks.nullableCheck(Predicate<D> predicate,
String expectationDescription)
Define a transparent check using provided predicate and string expectation description.
|
Copyright © 2021. All rights reserved.