surf.Completable

EmptyCompleted

Related Doc: package Completable

object EmptyCompleted extends Completable with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Completable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EmptyCompleted
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Completable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def complete(resp: Response): Unit

    Completes the request (flow) with the provided Response.

    Completes the request (flow) with the provided Response.

    resp

    either a successful response or a failure.

    Definition Classes
    EmptyCompletedCompletable
    Exceptions thrown

    RequestAlreadyCompletedException if the request has already been completed

    Note

    A request can only be completed once!

  7. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  9. final def failure(ex: Throwable): Unit

    Completes the request (flow) with a failure

    Completes the request (flow) with a failure

    ex

    Exception indicating the failure

    Definition Classes
    Completable
    Exceptions thrown

    RequestAlreadyCompletedException if the request has already been completed

  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. val future: Future[Option[Any]]

    Returns a future that will be completed when this request (flow) is completed.

    Returns a future that will be completed when this request (flow) is completed.

    Definition Classes
    EmptyCompletedCompletable
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. val isCompleted: Boolean

    Returns true iff the request has been completed

    Returns true iff the request has been completed

    Definition Classes
    EmptyCompletedCompletable
  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  18. def onComplete(f: PartialFunction[Try[Any], Any]): Completable

    The provided function is called when the request is completed

    The provided function is called when the request is completed

    f

    function to be called on completion

    Definition Classes
    EmptyCompletedCompletable
  19. def onFailure(f: PartialFunction[Throwable, Any]): Completable

    The specified function is called when the request fails.

    The specified function is called when the request fails.

    f

    function to be called on failure.

    Definition Classes
    EmptyCompletedCompletable
  20. def onSuccess(f: PartialFunction[Any, Any]): Completable

    The specified function is called when the request is completed successfully

    The specified function is called when the request is completed successfully

    f

    function to be called on successful completion

    Definition Classes
    EmptyCompletedCompletable
  21. final def success(result: Any): Unit

    Completes the request (flow) successfully with the provided response result.

    Completes the request (flow) successfully with the provided response result.

    result

    The result data object

    Definition Classes
    Completable
    Exceptions thrown

    RequestAlreadyCompletedException if the request has already been completed

  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  23. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Completable

Inherited from AnyRef

Inherited from Any

Ungrouped