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