public interface RoleCaller
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RoleCaller.ThrowingRunnable |
static interface |
RoleCaller.ThrowingSupplier<V> |
| Modifier and Type | Method and Description |
|---|---|
<V> V |
call(Supplier<V> supplier) |
void |
run(Runnable run) |
<V> V |
throwingCall(RoleCaller.ThrowingSupplier<V> supplier) |
void |
throwingRun(RoleCaller.ThrowingRunnable run) |
<V> V call(Supplier<V> supplier)
void run(Runnable run)
<V> V throwingCall(RoleCaller.ThrowingSupplier<V> supplier) throws Throwable
Throwablevoid throwingRun(RoleCaller.ThrowingRunnable run) throws Throwable
ThrowableCopyright © 2019. All rights reserved.