Trait

io.sigs.seals.core.Model

HList

Related Doc: package Model

Permalink

sealed trait HList extends Model

Linear Supertypes
Model, Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HList
  2. Model
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def compEq(that: Model, compat: Boolean, memo: IdMemo): Boolean

    Permalink
    Attributes
    protected[io.sigs.seals.core]
    Definition Classes
    Model
  2. abstract def foldImpl[R](hNil: (Ctx) ⇒ R, hCons: (Ctx, Symbol, Boolean, Option[Ref], R, R) ⇒ R, cNil: (Ctx) ⇒ R, cCons: (Ctx, Symbol, Option[Ref], R, R) ⇒ R, vector: (Ctx, Option[Ref], R) ⇒ R, atom: (Ctx, Atom) ⇒ R, cycle: (Ctx) ⇒ R, memo: Memo, path: Path): R

    Permalink
    Attributes
    protected[io.sigs.seals.core]
    Definition Classes
    Model

Concrete 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. final def compatible(that: Model): Boolean

    Permalink
    Definition Classes
    Model
  7. lazy val desc: String

    Permalink
    Definition Classes
    Model
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. final def equals(that: Any): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def fold[R](hNil: () ⇒ R, hCons: (Symbol, Boolean, Option[Ref], R, R) ⇒ R, cNil: () ⇒ R, cCons: (Symbol, Option[Ref], R, R) ⇒ R, vector: (Option[Ref], R) ⇒ R, atom: (Atom) ⇒ R, cycle: () ⇒ R): R

    Permalink
    Definition Classes
    Model
  12. final def foldC[R](hNil: (Ctx) ⇒ R, hCons: (Ctx, Symbol, Boolean, Option[Ref], R, R) ⇒ R, cNil: (Ctx) ⇒ R, cCons: (Ctx, Symbol, Option[Ref], R, R) ⇒ R, vector: (Ctx, Option[Ref], R) ⇒ R, atom: (Ctx, Atom) ⇒ R, cycle: (Ctx) ⇒ R): R

    Permalink
    Definition Classes
    Model
  13. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  16. final def localIds: Map[Model, Int]

    Permalink
    Definition Classes
    Model
  17. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  20. final def pathComp: String

    Permalink
    Definition Classes
    Model
  21. final def paths: Map[Model, Path]

    Permalink
    Definition Classes
    Model
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. final def toString(): String

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

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

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

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

Inherited from Model

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped