Interface Completable
-
public interface CompletableForks the execution of task and the task completion. The methodcomplete()waits for the task to complete or fails.- Since:
- 3.0.0-M5
- Author:
- Tibor Digana (tibor17)
-
-
Field Summary
Fields Modifier and Type Field Description static CompletableEMPTY_COMPLETABLE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcomplete()
-
-
-
Field Detail
-
EMPTY_COMPLETABLE
static final Completable EMPTY_COMPLETABLE
-
-