| Package | Description |
|---|---|
| pl.wavesoftware.eid.utils |
| Modifier and Type | Method and Description |
|---|---|
static <R> R |
EidPreconditions.tryToExecute(EidPreconditions.UnsafeSupplier<R> supplier,
Eid eid)
Tries to execute code in given unsafe supplier code block, and if exception is thrown, it will gets rethrown as a
EidRuntimeException with eid given as a argument. |
static <R> R |
EidPreconditions.tryToExecute(EidPreconditions.UnsafeSupplier<R> supplier,
String eid)
For more info in JavaDoc see
EidPreconditions.tryToExecute(UnsafeSupplier, Eid) |
Copyright © 2015. All Rights Reserved.