Packages

c

cc.drx

MacroImp

class MacroImp extends AnyRef

Source
macros.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MacroImp
  2. AnyRef
  3. Any
Implicitly
  1. by richDrxAny
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MacroImp(c: Context)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from MacroImp toany2stringadd[MacroImp] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (MacroImp, B)
    Implicit
    This member is added by an implicit conversion from MacroImp toArrowAssoc[MacroImp] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def applyIf(t: Boolean, f: (MacroImp) => MacroImp): MacroImp
    Implicit
    This member is added by an implicit conversion from MacroImp toDrxAny[MacroImp] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  7. def applyIf(t: (MacroImp) => Boolean)(f: (MacroImp) => MacroImp): MacroImp

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from MacroImp toDrxAny[MacroImp] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val c: Context
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def constructorsOf[A](implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[A]): scala.reflect.macros.blackbox.Context.Expr[List[String]]
  12. def desugar(a: scala.reflect.macros.blackbox.Context.Expr[Any]): scala.reflect.macros.blackbox.Context.Expr[String]
  13. def elementOf(xs: Set[MacroImp]): Boolean
    Implicit
    This member is added by an implicit conversion from MacroImp toDrxAny[MacroImp] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  14. def ensuring(cond: (MacroImp) => Boolean, msg: => Any): MacroImp
    Implicit
    This member is added by an implicit conversion from MacroImp toEnsuring[MacroImp] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (MacroImp) => Boolean): MacroImp
    Implicit
    This member is added by an implicit conversion from MacroImp toEnsuring[MacroImp] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: => Any): MacroImp
    Implicit
    This member is added by an implicit conversion from MacroImp toEnsuring[MacroImp] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): MacroImp
    Implicit
    This member is added by an implicit conversion from MacroImp toEnsuring[MacroImp] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. def fieldsOf[A](implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[A]): scala.reflect.macros.blackbox.Context.Expr[List[String]]
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  22. def findSealedOf[A](name: scala.reflect.macros.blackbox.Context.Expr[String])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[A]): scala.reflect.macros.blackbox.Context.Expr[Option[A]]
  23. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from MacroImp toStringFormat[MacroImp] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def kson(xs: scala.reflect.macros.blackbox.Context.Expr[Any]*): scala.reflect.macros.blackbox.Context.Expr[String]
  28. def ksonColor(xs: scala.reflect.macros.blackbox.Context.Expr[Any]*): scala.reflect.macros.blackbox.Context.Expr[String]
  29. def kv[A](xs: scala.reflect.macros.blackbox.Context.Expr[A]*): scala.reflect.macros.blackbox.Context.Expr[List[(String, A)]]
  30. def log(xs: scala.reflect.macros.blackbox.Context.Expr[Any]*): scala.reflect.macros.blackbox.Context.Expr[Unit]

    this is like pp and src combined

  31. def makeParsable[A](implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[A]): scala.reflect.macros.blackbox.Context.Expr[MacroParsable[A]]
  32. def makeStringMapParser[A](implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[A]): scala.reflect.macros.blackbox.Context.Expr[StringMapParser[A]]
  33. def nameOf(x: scala.reflect.macros.blackbox.Context.Expr[Any]): scala.reflect.macros.blackbox.Context.Expr[String]
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def noneIf(f: (MacroImp) => Boolean): Option[MacroImp]
    Implicit
    This member is added by an implicit conversion from MacroImp toDrxAny[MacroImp] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. def optionIf(f: (MacroImp) => Boolean): Option[MacroImp]

    optionally wrap an object

    optionally wrap an object

    Implicit
    This member is added by an implicit conversion from MacroImp toDrxAny[MacroImp] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  39. def pp(xs: scala.reflect.macros.blackbox.Context.Expr[Any]*): scala.reflect.macros.blackbox.Context.Expr[Unit]
  40. def preApply[B](f: (MacroImp) => B): B

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from MacroImp toDrxAny[MacroImp] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  41. def sealedOf[A](implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[A]): scala.reflect.macros.blackbox.Context.Expr[Set[A]]
  42. def sideEffect(f: (MacroImp) => Unit): MacroImp

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from MacroImp toDrxAny[MacroImp] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  43. def someIf(f: (MacroImp) => Boolean): Option[MacroImp]
    Implicit
    This member is added by an implicit conversion from MacroImp toDrxAny[MacroImp] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  44. def split[A](str: scala.reflect.macros.blackbox.Context.Expr[String])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[A]): scala.reflect.macros.blackbox.Context.Expr[Vector[A]]

    compile time version of String split and TODO make it a Parasable for runtime parsing

  45. def src: scala.reflect.macros.blackbox.Context.Expr[(String, Int)]

    get the file and line number of the src code src: https://stackoverflow.com/a/23261504/622016 relativize: from https://stackoverflow.com/a/23261504/622016 cwd: from https://stackoverflow.com/a/22350931/622016

  46. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  47. val thisAny: MacroImp
    Implicit
    This member is added by an implicit conversion from MacroImp toDrxAny[MacroImp] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def ?>(f: (MacroImp) => Boolean): Option[MacroImp]

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from MacroImp toDrxAny[MacroImp] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) to many symbols are hard to undertand

  2. def |>[B](f: (MacroImp) => B): B
    Implicit
    This member is added by an implicit conversion from MacroImp toDrxAny[MacroImp] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) use preApply if you must (symbols are concise without concision)

  3. def [B](y: B): (MacroImp, B)
    Implicit
    This member is added by an implicit conversion from MacroImp toArrowAssoc[MacroImp] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion richDrxAny fromMacroImp to DrxAny[MacroImp]

Inherited by implicit conversion any2stringadd fromMacroImp to any2stringadd[MacroImp]

Inherited by implicit conversion StringFormat fromMacroImp to StringFormat[MacroImp]

Inherited by implicit conversion Ensuring fromMacroImp to Ensuring[MacroImp]

Inherited by implicit conversion ArrowAssoc fromMacroImp to ArrowAssoc[MacroImp]

Ungrouped