Object

com.github.limansky.mongoquery.reactive

ReactiveMacro

Related Doc: package reactive

Permalink

object ReactiveMacro extends MongoQueryMacro

Macro implementation for ReactiveMongo.

Linear Supertypes
MongoQueryMacro, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReactiveMacro
  2. MongoQueryMacro
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type DBType = BSONDocument

    Permalink
    Definition Classes
    ReactiveMacro → MongoQueryMacro

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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def createId(c: Context)(id: String): scala.reflect.macros.blackbox.Context.Expr[Any]

    Permalink
    Definition Classes
    ReactiveMacro → MongoQueryMacro
  7. def createNull(c: Context): scala.reflect.macros.blackbox.Context.Expr[Any]

    Permalink
    Definition Classes
    ReactiveMacro → MongoQueryMacro
  8. def createObject(c: Context)(dbparts: List[(String, scala.reflect.macros.blackbox.Context.Expr[Any])]): scala.reflect.macros.blackbox.Context.Expr[BSONDocument]

    Permalink
    Definition Classes
    ReactiveMacro → MongoQueryMacro
  9. def createRegex(c: Context)(expression: String, options: String): scala.reflect.macros.blackbox.Context.Expr[Any]

    Permalink
    Definition Classes
    ReactiveMacro → MongoQueryMacro
  10. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  16. def mq_impl(c: Context)(args: scala.reflect.macros.blackbox.Context.Expr[Any]*): scala.reflect.macros.blackbox.Context.Expr[DBType]

    Permalink
    Definition Classes
    MongoQueryMacro
  17. def mqt_impl[T](c: Context)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[DBType]

    Permalink
    Definition Classes
    MongoQueryMacro
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def parse(c: Context)(partsTrees: List[scala.reflect.macros.blackbox.Context.Tree]): Object

    Permalink
    Attributes
    protected
    Definition Classes
    MongoQueryMacro
  22. def r_mq_impl(c: Context)(args: scala.reflect.macros.blackbox.Context.Expr[Any]*): scala.reflect.macros.blackbox.Context.Expr[BSONDocument]

    Permalink
  23. def r_mqt_impl[T](c: Context)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[BSONDocument]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. def wrapObject(c: Context)(parts: List[(LValue, Any)], args: Iterator[scala.reflect.macros.blackbox.Context.Expr[_]]): scala.reflect.macros.blackbox.Context.Expr[DBType]

    Permalink
    Attributes
    protected
    Definition Classes
    MongoQueryMacro
  30. def wrapValue(c: Context)(value: Any, args: Iterator[scala.reflect.macros.blackbox.Context.Expr[_]]): scala.reflect.macros.blackbox.Context.Expr[Any]

    Permalink
    Attributes
    protected
    Definition Classes
    MongoQueryMacro

Inherited from MongoQueryMacro

Inherited from AnyRef

Inherited from Any

Ungrouped