Packages

object AsyncBuilder extends AsyncBuilder0

Source
Task.scala
Linear Supertypes
AsyncBuilder0, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsyncBuilder
  2. AsyncBuilder0
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
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. def apply[CancelationToken](implicit ref: AsyncBuilder[CancelationToken]): AsyncBuilder[CancelationToken]

    Returns the implicit AsyncBuilder available in scope for the given CancelToken type.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. implicit def forCancelable[T <: Cancelable]: AsyncBuilder[T]

    Implicit AsyncBuilder for cancelable tasks, using Cancelable values for specifying cancelation actions.

    Implicit AsyncBuilder for cancelable tasks, using Cancelable values for specifying cancelation actions.

    Definition Classes
    AsyncBuilder0
  11. implicit def forCancelableDummy[T <: Empty]: AsyncBuilder[T]

    Implicit AsyncBuilder for non-cancelable tasks built by a function returning a Cancelable.Empty.

    Implicit AsyncBuilder for non-cancelable tasks built by a function returning a Cancelable.Empty.

    This is a case of applying a compile-time optimization trick, completely ignoring the provided cancelable value, since we've got a guarantee that it doesn't do anything.

  12. implicit val forCoeval: AsyncBuilder[Coeval[Unit]]

    Implicit AsyncBuilder for cancelable tasks, using Coeval values for specifying cancelation actions.

  13. implicit val forIO: AsyncBuilder[IO[Unit]]

    Implicit AsyncBuilder for cancelable tasks, using cats.effect.IO values for specifying cancelation actions, see Cats Effect.

  14. implicit val forTask: AsyncBuilder[Task[Unit]]

    Implicit AsyncBuilder for cancelable tasks, using Task values for specifying cancelation actions.

  15. implicit val forUnit: AsyncBuilder[Unit]

    Implicit AsyncBuilder for non-cancelable tasks.

  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AsyncBuilder0

Inherited from AnyRef

Inherited from Any

Ungrouped