Uses of Interface
com.opengamma.strata.collect.function.CheckedRunnable
-
Packages that use CheckedRunnable Package Description com.opengamma.strata.collect Root package for common data structures used by Strata. -
-
Uses of CheckedRunnable in com.opengamma.strata.collect
Methods in com.opengamma.strata.collect with parameters of type CheckedRunnable Modifier and Type Method Description static Runnable
Unchecked. runnable(CheckedRunnable runnable)
Converts checked exceptions to unchecked based on theRunnable
interface.static void
Unchecked. wrap(CheckedRunnable block)
Wraps a block of code, converting checked exceptions to unchecked.
-