Interface Completable


public interface Completable
Forks the execution of task and the task completion. The method complete() 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 final Completable
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void