Packages

t

IsSchemeLattice

SchemeLatticeLaw

trait SchemeLatticeLaw extends MonoidLaw

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SchemeLatticeLaw
  2. MonoidLaw
  3. SemigroupLaw
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from SchemeLatticeLaw to any2stringadd[SchemeLatticeLaw] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SchemeLatticeLaw, B)
    Implicit
    This member is added by an implicit conversion from SchemeLatticeLaw to ArrowAssoc[SchemeLatticeLaw] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def andIsCorrect(b1: Boolean, b2: Boolean): Boolean
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def associative(f1: L, f2: L, f3: L)(implicit F: Equal[L]): Boolean
    Definition Classes
    SemigroupLaw
  9. def binaryOpPreservesBottom(op: BinaryOperator, v: L): Boolean
  10. def boolTopIsTrueAndFalse: Boolean
  11. def bottomAlwaysSubsumed(x: L): Boolean
  12. def bottomNeitherTrueNorFalse: Boolean
  13. def bottomSubsumesItself: Boolean
  14. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  15. def ensuring(cond: (SchemeLatticeLaw) ⇒ Boolean, msg: ⇒ Any): SchemeLatticeLaw
    Implicit
    This member is added by an implicit conversion from SchemeLatticeLaw to Ensuring[SchemeLatticeLaw] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (SchemeLatticeLaw) ⇒ Boolean): SchemeLatticeLaw
    Implicit
    This member is added by an implicit conversion from SchemeLatticeLaw to Ensuring[SchemeLatticeLaw] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: ⇒ Any): SchemeLatticeLaw
    Implicit
    This member is added by an implicit conversion from SchemeLatticeLaw to Ensuring[SchemeLatticeLaw] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): SchemeLatticeLaw
    Implicit
    This member is added by an implicit conversion from SchemeLatticeLaw to Ensuring[SchemeLatticeLaw] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def eqIsCorrect(n1: Int, n2: Int): Boolean
  21. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from SchemeLatticeLaw to StringFormat[SchemeLatticeLaw] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def injectBoolPreservesTruth: Boolean
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def joinedSubsumes(x: L, y: L): Boolean
  28. def joinedSubsumes3(x: L, y: L, z: L): Boolean
  29. def joinedWithBottomRemainsEqual(x: L): Boolean
  30. def joinedWithSubsumesRemainsEqual(x: L, y: L): Boolean
  31. def leftIdentity(a: L)(implicit F: Equal[L]): Boolean
    Definition Classes
    MonoidLaw
  32. def ltIsCorrect(n1: Int, n2: Int): Boolean
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. def notIsCorrect: Boolean
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. def orIsCorrect(b1: Boolean, b2: Boolean): Boolean
  38. def rightIdentity(a: L)(implicit F: Equal[L]): Boolean
    Definition Classes
    MonoidLaw
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. def unaryOpPreservesBottom(op: UnaryOperator): Boolean
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def [B](y: B): (SchemeLatticeLaw, B)
    Implicit
    This member is added by an implicit conversion from SchemeLatticeLaw to ArrowAssoc[SchemeLatticeLaw] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from IsSchemeLattice.MonoidLaw

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from SchemeLatticeLaw to any2stringadd[SchemeLatticeLaw]

Inherited by implicit conversion StringFormat from SchemeLatticeLaw to StringFormat[SchemeLatticeLaw]

Inherited by implicit conversion Ensuring from SchemeLatticeLaw to Ensuring[SchemeLatticeLaw]

Inherited by implicit conversion ArrowAssoc from SchemeLatticeLaw to ArrowAssoc[SchemeLatticeLaw]

Ungrouped