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