See: Description
| Class | Description |
|---|---|
| AbstractTriStatePredicate<T> |
A base
Predicate implementation which provides support for cases where the
predicate can not meaningfully evaluate the input. |
| AllMatchPredicate<T> |
A
Predicate that checks that all items in an Iterable match a given target predicate. |
| AnyMatchPredicate<T> |
A
Predicate that checks that any item in an Iterable matches a given target predicate. |
| CaseInsensitiveStringMatchPredicate |
A
Predicate that checks that a given input string matches a target string while ignoring case. |
| Constraint |
A helper class for evaluating certain constraints.
|
| FunctionSupport |
Helper class for constructing functions that are fully generic, in contrast to the broken,
Object-bound types Guava can build.
|
| PredicateSupport |
Helper class for constructing predicates.
|
| StrategyIndirectedPredicate<T1,T2> |
Generic predicate that checks a candidate
Object returned by a lookup function
against an injected predicate. |
| TransformAndCheckFunction<T> |
A
Function that receives an input, runs it through a pre-processor and checks the result against a
constraint. |
| TrimOrNullStringFunction |
A
Function that applies StringSupport.trimOrNull(String) to a given input string. |
| Exception | Description |
|---|---|
| ConstraintViolationException |
An exception that represents the violation of a constraint.
|
Copyright © 1999–2015. All rights reserved.