Class

io.chymyst.ch

NamedConjunctE

Related Doc: package ch

Permalink

final case class NamedConjunctE(terms: Seq[TermExpr], t: NamedConjunctT) extends TermExpr with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, TermExpr, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NamedConjunctE
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. TermExpr
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NamedConjunctE(terms: Seq[TermExpr], t: NamedConjunctT)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def :@(terms: TermExpr*): TermExpr

    Permalink

    Provide :@ syntax for term application with automatic alpha-conversion for type variables in the function head.

    Provide :@ syntax for term application with automatic alpha-conversion for type variables in the function head.

    Definition Classes
    TermExpr
  4. def :@@(otherTerm: TermExpr): TermExpr

    Permalink
    Definition Classes
    TermExpr
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def =>:(y: VarE): TermExpr

    Permalink
    Definition Classes
    TermExpr
  7. def @@:(otherTerm: TermExpr): TermExpr

    Permalink
    Definition Classes
    TermExpr
  8. def andThen(otherTerm: TermExpr): TermExpr

    Permalink

    Provide syntax for function composition.

    Provide syntax for function composition.

    Definition Classes
    TermExpr
  9. def apply(terms: TermExpr*): TermExpr

    Permalink
    Definition Classes
    TermExpr
  10. def apply(acc: String): TermExpr

    Permalink
    Definition Classes
    TermExpr
  11. def apply(i: Int): TermExpr

    Permalink
    Definition Classes
    TermExpr
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def cases(cases: TermExpr*): TermExpr

    Permalink
    Definition Classes
    TermExpr
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equiv(y: TermExpr): Boolean

    Permalink
    Definition Classes
    TermExpr
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. lazy val freeVarNames: Seq[String]

    Permalink
    Definition Classes
    TermExpr
  19. lazy val freeVars: Set[VarE]

    Permalink
    Definition Classes
    TermExpr
  20. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. lazy val prettyPrint: String

    Permalink
    Definition Classes
    TermExpr
  26. lazy val prettyRename: TermExpr

    Permalink
    Definition Classes
    TermExpr
  27. lazy val prettyRenamePrint: String

    Permalink
    Definition Classes
    TermExpr
  28. def renameAllVars(oldAndNewNames: Map[String, String]): TermExpr

    Permalink
    Definition Classes
    TermExpr
  29. def renameAllVars(oldNames: Seq[String], newNames: Seq[String]): TermExpr

    Permalink
    Definition Classes
    TermExpr
  30. lazy val simplify: TermExpr

    Permalink
    Definition Classes
    TermExpr
  31. def substTypeVar(from: TermExpr, to: TermExpr): TermExpr

    Permalink
    Definition Classes
    TermExpr
  32. def substTypeVars(substitutions: Map[TP, TypeExpr]): TermExpr

    Permalink
    Definition Classes
    TermExpr
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. val t: NamedConjunctT

    Permalink
    Definition Classes
    NamedConjunctETermExpr
  35. val terms: Seq[TermExpr]

    Permalink
  36. lazy val toString: String

    Permalink
    Definition Classes
    TermExpr → AnyRef → Any
  37. lazy val usedVarNames: Seq[String]

    Permalink
    Definition Classes
    TermExpr
  38. def varCount(varName: String): Int

    Permalink
    Definition Classes
    TermExpr
  39. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from TermExpr

Inherited from AnyRef

Inherited from Any

Ungrouped