Uses of Interface
com.opengamma.strata.collect.function.CheckedPredicate
-
Packages that use CheckedPredicate Package Description com.opengamma.strata.collect Root package for common data structures used by Strata. -
-
Uses of CheckedPredicate in com.opengamma.strata.collect
Methods in com.opengamma.strata.collect with parameters of type CheckedPredicate Modifier and Type Method Description static <T> Predicate<T>
Unchecked. predicate(CheckedPredicate<T> predicate)
Converts checked exceptions to unchecked based on thePredicate
interface.
-