class Macros extends HygieneUtilMacros with InlineMacros
Macros implementations for the Atomic type
- Annotations
 - @bundle()
 - Source
 - Atomic.scala
 
- Alphabetic
 - By Inheritance
 
- Macros
 - InlineMacros
 - HygieneUtilMacros
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - All
 
Value Members
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ##(): Int
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 -  def addMacro[T](value: scala.reflect.macros.whitebox.Context.Expr[T])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Expr[Unit]
 -  def applyMacro[T]()(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Expr[T]
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      
- Definition Classes
 - Any
 
 -  def buildAnyMacro[T, R <: Atomic[T]](initialValue: scala.reflect.macros.whitebox.Context.Expr[T])(builder: scala.reflect.macros.whitebox.Context.Expr[AtomicBuilder[T, R]])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T], arg1: scala.reflect.macros.whitebox.Context.WeakTypeTag[R]): scala.reflect.macros.whitebox.Context.Expr[R]
 -  def buildAnyWithPaddingMacro[T, R <: Atomic[T]](initialValue: scala.reflect.macros.whitebox.Context.Expr[T], padding: scala.reflect.macros.whitebox.Context.Expr[PaddingStrategy])(builder: scala.reflect.macros.whitebox.Context.Expr[AtomicBuilder[T, R]])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T], arg1: scala.reflect.macros.whitebox.Context.WeakTypeTag[R]): scala.reflect.macros.whitebox.Context.Expr[R]
 - 
      
      
      
        
      
    
      
        
        val
      
      
        c: Context
      
      
      
- Definition Classes
 - Macros → InlineMacros → HygieneUtilMacros
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      
      
- Attributes
 - protected[java.lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... )
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        finalize(): Unit
      
      
      
- Attributes
 - protected[java.lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws( classOf[java.lang.Throwable] )
 
 -  def getAndTransformMacro[T](cb: scala.reflect.macros.whitebox.Context.Expr[(T) ⇒ T])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Expr[T]
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        inlineAndReset[T](tree: scala.reflect.macros.Universe.Tree): scala.reflect.macros.whitebox.Context.Expr[T]
      
      
      
- Definition Classes
 - InlineMacros
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        inlineAndResetTree(tree: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree
      
      
      
- Definition Classes
 - InlineMacros
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        inlineApplyRecursive(tree: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree
      
      
      
- Definition Classes
 - InlineMacros
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        resetTree(tree: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree
      
      
      
- Definition Classes
 - InlineMacros
 
 -  def setMacro[T](value: scala.reflect.macros.whitebox.Context.Expr[T])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Expr[Unit]
 - 
      
      
      
        
      
    
      
        
        def
      
      
        stripUnApplyNodes(): scala.reflect.macros.Universe.Transformer
      
      
      
Creates a macro transformer than gets rid of implicit unapply in case statements.
Creates a macro transformer than gets rid of implicit unapply in case statements.
Workaround for: https://issues.scala-lang.org/browse/SI-5465
- Definition Classes
 - InlineMacros
 
 -  def subtractMacro[T](value: scala.reflect.macros.whitebox.Context.Expr[T])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Expr[Unit]
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      
- Definition Classes
 - AnyRef → Any
 
 -  def transformAndExtractMacro[S, A](cb: scala.reflect.macros.whitebox.Context.Expr[(S) ⇒ (A, S)])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[S], arg1: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[A]
 -  def transformAndGetMacro[T](cb: scala.reflect.macros.whitebox.Context.Expr[(T) ⇒ T])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Expr[T]
 -  def transformMacro[T](cb: scala.reflect.macros.whitebox.Context.Expr[(T) ⇒ T])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Expr[Unit]
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... )
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... )
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... )
 
 - 
      
      
      
        
      
    
      
        
        object
      
      
        
              util
            
      
      
      
- Definition Classes
 - HygieneUtilMacros
 
 

This is the API documentation for the Monix library.
Package Overview
monix.execution exposes lower level primitives for dealing with asynchronous execution:
Atomictypes, as alternative tojava.util.concurrent.atomicmonix.eval is for dealing with evaluation of results, thus exposing Task and Coeval.
monix.reactive exposes the
Observablepattern:Observableimplementationsmonix.types implements type-class shims, to be translated to type-classes provided by libraries such as Cats or Scalaz.
monix.cats is the optional integration with the Cats library, providing translations for the types described in
monix.types.monix.scalaz is the optional integration with the Scalaz library, providing translations for the types described in
monix.types.