Trait

io.taig.android.content.contract

Task

Related Doc: package contract

Permalink

trait Task[T] extends Contract

Linear Supertypes
Contract, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Task
  2. Contract
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit def => PartialFunction[T, Unit][U](f: ⇒ U): PartialFunction[T, Unit]

    Permalink
    Attributes
    protected
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. implicit val context: Activity

    Permalink
    Definition Classes
    Contract
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. def onFailure(exception: Throwable): Unit

    Permalink

    Handle failure that occurred during the request

    Handle failure that occurred during the request

    Make sure to call super.onFailure when overriding this method

  18. def onResume(): Unit

    Permalink
    Definition Classes
    Contract
  19. def onStart(): Unit

    Permalink
    Definition Classes
    Contract
  20. def onStop(): Unit

    Permalink
    Definition Classes
    Contract
  21. def onSuccess: PartialFunction[T, Unit]

    Permalink

    Handle the response

    Handle the response

    If the given PartialFunction is not defined for the request response, an UnexpectedResult or UnexpectedApiResponse will we raised and forwarded to onFailure

    Do not call super.onSuccess when overriding this method

  22. def onViewCreated(): Unit

    Permalink
    Definition Classes
    Contract
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Contract

Inherited from AnyRef

Inherited from Any

Ungrouped