monix.execution

Macros

class Macros extends InlineMacros with HygieneUtilMacros

Various implementations for AckExtensions and Scheduler.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Macros
  2. HygieneUtilMacros
  3. InlineMacros
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Macros(c: Context)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val c: Context

    Definition Classes
    MacrosHygieneUtilMacrosInlineMacros
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  11. def executeAsync(cb: Tree): Tree

  12. def executeLocal(cb: Tree): Tree

  13. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  16. def inlineAndReset[T](tree: Tree): macrocompat.CompatContext.Expr[T]

    Definition Classes
    InlineMacros
  17. def inlineAndResetTree(tree: Tree): macrocompat.CompatContext.Tree

    Definition Classes
    InlineMacros
  18. def inlineApplyRecursive(tree: Tree): Tree

    Definition Classes
    InlineMacros
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def isSynchronous[Self <: Future[Ack]](implicit arg0: macrocompat.CompatContext.WeakTypeTag[Self]): macrocompat.CompatContext.Expr[Boolean]

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

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

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

    Definition Classes
    AnyRef
  24. def syncFlatMap[Self <: Future[Ack]](f: macrocompat.CompatContext.Expr[(Ack) ⇒ Future[Ack]])(s: macrocompat.CompatContext.Expr[Scheduler])(implicit arg0: macrocompat.CompatContext.WeakTypeTag[Self]): macrocompat.CompatContext.Expr[Future[Ack]]

  25. def syncMap[Self <: Future[Ack]](f: macrocompat.CompatContext.Expr[(Ack) ⇒ Ack])(s: macrocompat.CompatContext.Expr[Scheduler])(implicit arg0: macrocompat.CompatContext.WeakTypeTag[Self]): macrocompat.CompatContext.Expr[Future[Ack]]

  26. def syncOnComplete[Self <: Future[Ack]](f: macrocompat.CompatContext.Expr[(Try[Ack]) ⇒ Unit])(s: macrocompat.CompatContext.Expr[Scheduler])(implicit arg0: macrocompat.CompatContext.WeakTypeTag[Self]): macrocompat.CompatContext.Expr[Unit]

  27. def syncOnContinue[Self <: Future[Ack]](callback: Tree)(s: Tree)(implicit arg0: macrocompat.CompatContext.WeakTypeTag[Self]): Tree

  28. def syncOnStopOrFailure[Self <: Future[Ack]](callback: Tree)(s: Tree)(implicit arg0: macrocompat.CompatContext.WeakTypeTag[Self]): Tree

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

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. object util

    Definition Classes
    HygieneUtilMacros
  32. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from HygieneUtilMacros

Inherited from InlineMacros

Inherited from AnyRef

Inherited from Any

Ungrouped