Object

io.sigs.seals.core.Model

CNil

Related Doc: package Model

Permalink

object CNil extends Coproduct with Sentinel with Product with Serializable

Linear Supertypes
Product, Equals, Sentinel, Coproduct, Model, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CNil
  2. Product
  3. Equals
  4. Sentinel
  5. Coproduct
  6. Model
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def :+:(h: (Symbol, Model)): CCons

    Permalink
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def compEq(that: Model, compat: Boolean, memo: IdMemo): Boolean

    Permalink
    Attributes
    protected[io.sigs.seals.core]
    Definition Classes
    CNilModel
  8. final def compatible(that: Model): Boolean

    Permalink
    Definition Classes
    Model
  9. lazy val desc: String

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. 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
  14. 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
  15. final 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
    CNilModel
  16. final def getClass(): Class[_]

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. final def pathComp: String

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

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

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

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

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

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

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

Inherited from Product

Inherited from Equals

Inherited from Sentinel

Inherited from Coproduct

Inherited from Model

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped