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 Detail

      • EMPTY_COMPLETABLE

        static final Completable EMPTY_COMPLETABLE
    • Method Detail

      • complete

        void complete()
               throws java.io.IOException,
                      java.lang.InterruptedException
        Throws:
        java.io.IOException
        java.lang.InterruptedException