T - the type of the object parameter@FunctionalInterface public interface CheckedPredicate<T>
Predicate.
This is intended to be used with Unchecked.
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(T t)
Evaluates this predicate on the given argument.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.