@FunctionalInterface
public interface InstanceCbFuture<F>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(F future)
Handles the result of a CompletableFuture operation.
|
default InstanceCbFuture<F> |
andThen(InstanceCbFuture<? super F> after) |
void accept(F future)
future - the result of a CompletableFuture operation.default InstanceCbFuture<F> andThen(InstanceCbFuture<? super F> after)