Class/Object

iota.internal

IotaReflectiveToolbelt

Related Docs: object IotaReflectiveToolbelt | package internal

Permalink

final class IotaReflectiveToolbelt[U <: Universe] extends Toolbelt with TypeListTrees with TypeListParsers with TypeListEvaluators with TypeListBuilders with CoproductAPI

Linear Supertypes
CoproductAPI, TypeListBuilders, TypeListEvaluators, TypeListParsers, TypeListTrees, Toolbelt, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IotaReflectiveToolbelt
  2. CoproductAPI
  3. TypeListBuilders
  4. TypeListEvaluators
  5. TypeListParsers
  6. TypeListTrees
  7. Toolbelt
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IotaReflectiveToolbelt(u: U)

    Permalink

Type Members

  1. case class ConcatF[A] extends (TypeListTrees.this)#NodeF[A] with Product with Serializable

    Permalink
    Definition Classes
    TypeListTrees
  2. case class ConsF[A] extends (TypeListTrees.this)#NodeF[A] with Product with Serializable

    Permalink
    Definition Classes
    TypeListTrees
  3. case class CopKTypes extends Product with Serializable

    Permalink
    Definition Classes
    CoproductAPI
  4. case class CopTypes extends Product with Serializable

    Permalink
    Definition Classes
    CoproductAPI
  5. case class DropF[A] extends (TypeListTrees.this)#NodeF[A] with Product with Serializable

    Permalink
    Definition Classes
    TypeListTrees
  6. sealed trait NodeF[+A] extends AnyRef

    Permalink
    Definition Classes
    TypeListTrees
  7. case class ReverseF[A] extends (TypeListTrees.this)#NodeF[A] with Product with Serializable

    Permalink
    Definition Classes
    TypeListTrees
  8. case class TakeF[A] extends (TypeListTrees.this)#NodeF[A] with Product with Serializable

    Permalink
    Definition Classes
    TypeListTrees
  9. class TypeListBuilder extends AnyRef

    Permalink
    Definition Classes
    TypeListBuilders
  10. type Uu = U

    Permalink
    Definition Classes
    IotaReflectiveToolbeltToolbelt

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. object NNilF extends (TypeListTrees.this)#NodeF[Nothing] with Product with Serializable

    Permalink
    Definition Classes
    TypeListTrees
  5. object NodeF

    Permalink
    Definition Classes
    TypeListTrees
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. final lazy val buildKList: TypeListBuilder

    Permalink
    Definition Classes
    TypeListBuilders
  8. final lazy val buildTList: TypeListBuilder

    Permalink
    Definition Classes
    TypeListBuilders
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def defineFastFunctionK(className: U.TypeName, F: U.Type, G: U.Type, preamble: List[U.Tree], toIndex: (U.TermName) ⇒ U.Tree, handlers: List[(U.TermName) ⇒ U.Tree]): U.Tree

    Permalink
    Definition Classes
    CoproductAPI
  11. final def destructCop(tpe: U.Type): Either[Id[String], CopTypes]

    Permalink
    Definition Classes
    CoproductAPI
  12. final def destructCopK(tpe: U.Type): Either[Id[String], CopKTypes]

    Permalink
    Definition Classes
    CoproductAPI
  13. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def evalTree: Algebra[NodeF, List[U.Type]]

    Permalink
    Definition Classes
    TypeListEvaluators
  16. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  20. final lazy val klistParser: Parser

    Permalink
    Definition Classes
    TypeListParsers
  21. final def klistTypeConstructors(tpe: U.Type): Either[Id[String], List[U.Type]]

    Permalink
    Definition Classes
    TypeListEvaluators
  22. final def klistTypes(tpe: U.Type): Either[Id[String], List[U.Type]]

    Permalink
    Definition Classes
    TypeListEvaluators
  23. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  27. final lazy val tlistParser: Parser

    Permalink
    Definition Classes
    TypeListParsers
  28. final def tlistTypes(tpe: U.Type): Either[Id[String], List[U.Type]]

    Permalink
    Definition Classes
    TypeListEvaluators
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. val u: U

    Permalink
    Definition Classes
    IotaReflectiveToolbeltToolbelt
  31. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from CoproductAPI

Inherited from TypeListBuilders

Inherited from TypeListEvaluators

Inherited from TypeListParsers

Inherited from TypeListTrees

Inherited from Toolbelt

Inherited from AnyRef

Inherited from Any

Ungrouped