public interface Completable<Z>
| Modifier and Type | Method and Description |
|---|---|
Z |
get()
|
default void |
run()
|
void |
run(Consumer<? super Z> success)
|
Copyright © 2020. All rights reserved.