Uses of Interface
com.opengamma.strata.collect.function.CheckedBiFunction
-
Packages that use CheckedBiFunction Package Description com.opengamma.strata.collect Root package for common data structures used by Strata.com.opengamma.strata.collect.function Additional functional interfaces not supplied by Java SE 8. -
-
Uses of CheckedBiFunction in com.opengamma.strata.collect
Methods in com.opengamma.strata.collect with parameters of type CheckedBiFunction Modifier and Type Method Description static <T,U,R>
BiFunction<T,U,R>Unchecked. biFunction(CheckedBiFunction<T,U,R> function)
Converts checked exceptions to unchecked based on theBiFunction
interface. -
Uses of CheckedBiFunction in com.opengamma.strata.collect.function
Subinterfaces of CheckedBiFunction in com.opengamma.strata.collect.function Modifier and Type Interface Description interface
CheckedBinaryOperator<T>
A checked version ofBinaryOperator
.
-