Z - Return type parampublic interface Catchable<Z>
| Modifier and Type | Method and Description |
|---|---|
Z |
get()
|
default void |
run()
|
default void |
run(@Nullable
Consumer<? super Z> success)
|
void |
run(@Nullable
Consumer<? super Z> success,
@Nullable Consumer<? super Throwable> failure)
|
Copyright © 2020. All rights reserved.