biz.enef.angular.core

HttpPromise

Related Doc: package core

trait HttpPromise[T] extends Object

Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HttpPromise
  2. Object
  3. Any
  4. AnyRef
  5. 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. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  8. def error(callback: Function5[Any, Int, Any, Any, UndefOr[String], Unit]): HttpPromise.this.type

  9. def error(callback: Function4[Any, Int, Any, Any, Unit]): HttpPromise.this.type

  10. def error(callback: Function3[Any, Any, Int, Unit]): HttpPromise.this.type

  11. def error(callback: Function2[Any, Int, Unit]): HttpPromise.this.type

  12. def error(callback: Function1[Any, Unit]): HttpPromise.this.type

  13. def error(callback: Function): HttpPromise[T]

  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. macro def future: Future[T]

    Returns a Scala Future for this HttpPromise.

    Returns a Scala Future for this HttpPromise.

    Note

    This is a scalajs-angulate enhancement.

  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def hasOwnProperty(v: String): Boolean

    Definition Classes
    Object
  18. def hashCode(): Int

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

    Definition Classes
    Any
  20. def isPrototypeOf(v: Object): Boolean

    Definition Classes
    Object
  21. macro def map[U](f: (T) ⇒ U): HttpPromise[U]

  22. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  25. macro def onComplete(f: (Try[T]) ⇒ Unit): HttpPromise[T]

  26. macro def onFailure(f: (HttpError) ⇒ Unit): HttpPromise[T]

  27. macro def onSuccess(f: (T) ⇒ Unit): HttpPromise[T]

    The provided callback will be called when a successful response is available (response status codes between 200 and 299 are considered a success status).

    The provided callback will be called when a successful response is available (response status codes between 200 and 299 are considered a success status).

    Note

    This is a scalajs-angulate enhancement. The response data provided to the callback will be cast to the specified type T.

  28. def propertyIsEnumerable(v: String): Boolean

    Definition Classes
    Object
  29. def success(callback: Function5[Any, Int, Any, Any, Any, Unit]): HttpPromise.this.type

  30. def success(callback: Function4[Any, Int, Any, Any, Unit]): HttpPromise.this.type

  31. def success(callback: Function3[Any, Any, Int, Unit]): HttpPromise.this.type

  32. def success(callback: Function2[Any, Int, Unit]): HttpPromise.this.type

  33. def success(callback: Function1[Any, Unit]): HttpPromise.this.type

  34. def success(callback: Function): HttpPromise[T]

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

    Definition Classes
    AnyRef
  36. var then: Function3[Function, Function, Function, HttpPromise[T]]

  37. def toLocaleString(): String

    Definition Classes
    Object
  38. def toString(): String

    Definition Classes
    AnyRef → Any
  39. def valueOf(): Any

    Definition Classes
    Object
  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped