shapeless

SingletonTypeMacros

trait SingletonTypeMacros[C <: Context] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SingletonTypeMacros
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type SingletonOpsLt[Lub] = SingletonOps { type T <: Lub }

Abstract Value Members

  1. abstract val c: C

Concrete 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. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def constructor(prop: Boolean): scala.reflect.macros.Universe.DefDef

  9. def convertImpl(t: C.Expr[Any]): Tree

  10. def convertInstanceImpl[TC[_]](t: C.Expr[Any])(implicit tcTag: C.WeakTypeTag[TC[_]]): Tree

  11. def convertInstanceImpl2[H, TC2[_ <: H, _], S <: H](t: C.Expr[Any])(implicit tc2Tag: C.WeakTypeTag[TC2[_, _]], sTag: C.WeakTypeTag[S]): Tree

  12. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    Any
  18. def materializeImpl(tpe: scala.reflect.macros.Universe.Type): Tree

  19. def mkImplClass(parent: Tree, defns: List[Tree], args: List[Tree]): Tree

  20. def mkOps(sTpt: scala.reflect.macros.Universe.TypTree, w: Tree): C.Expr[SingletonOps]

  21. def mkSingletonOps(t: C.Expr[Any]): C.Expr[SingletonOps]

  22. def mkTagged(tpt: Tree, t: Tree): Tree

  23. def mkWitness(sTpt: scala.reflect.macros.Universe.TypTree, s: Tree): Tree

  24. def mkWitnessT(sTpe: scala.reflect.macros.Universe.Type, s: Any): Tree

  25. def mkWitnessWith(singletonInstanceTpt: scala.reflect.macros.Universe.TypTree, sTpt: scala.reflect.macros.Universe.TypTree, s: Tree, i: Tree): Tree

  26. def narrowSymbol[S <: String](t: C.Expr[Symbol])(implicit sTag: C.WeakTypeTag[S]): C.Expr[@@[Symbol, S]]

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

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

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

    Definition Classes
    AnyRef
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

    Definition Classes
    AnyRef → Any
  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 AnyRef

Inherited from Any

Ungrouped