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