| Package | Description |
|---|---|
| com.opengamma.strata.collect |
Root package for common data structures used by Strata.
|
| Modifier and Type | Method and Description |
|---|---|
static Runnable |
Unchecked.runnable(CheckedRunnable runnable)
Converts checked exceptions to unchecked based on the
Runnable interface. |
static void |
Unchecked.wrap(CheckedRunnable block)
Wraps a block of code, converting checked exceptions to unchecked.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.