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