Packages

trait RealLatticeLaw extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RealLatticeLaw
  2. AnyRef
  3. 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

Type Members

  1. type B = L[Boolean]
  2. type I = T
  3. type S = T

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 RealLatticeLaw to any2stringadd[RealLatticeLaw] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (RealLatticeLaw, B)
    Implicit
    This member is added by an implicit conversion from RealLatticeLaw to ArrowAssoc[RealLatticeLaw] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def ceilingIsMonotone(a: F, b: F): Boolean
  8. def ceilingIsSound(a: Double): Boolean
  9. def ceilingPreservesBottom: Boolean
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  11. def divIsMonotone(a: F, b: F, c: F): Boolean
  12. def divIsSound(a: Double, b: Double): Boolean
  13. def divPreservesBottom(a: F): Boolean
  14. def ensuring(cond: (RealLatticeLaw) ⇒ Boolean, msg: ⇒ Any): RealLatticeLaw
    Implicit
    This member is added by an implicit conversion from RealLatticeLaw to Ensuring[RealLatticeLaw] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (RealLatticeLaw) ⇒ Boolean): RealLatticeLaw
    Implicit
    This member is added by an implicit conversion from RealLatticeLaw to Ensuring[RealLatticeLaw] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): RealLatticeLaw
    Implicit
    This member is added by an implicit conversion from RealLatticeLaw to Ensuring[RealLatticeLaw] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): RealLatticeLaw
    Implicit
    This member is added by an implicit conversion from RealLatticeLaw to Ensuring[RealLatticeLaw] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from RealLatticeLaw to StringFormat[RealLatticeLaw] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def logIsMonotone(a: F, b: F): Boolean
  25. def logIsSound(a: Double): Boolean
  26. def logPreservesBottom: Boolean
  27. def ltIsMonotone(a: F, b: F, c: F): Boolean
  28. def ltIsSound(a: Double, b: Double): Boolean
  29. def ltPreservesBottom(a: F): Boolean
  30. def minusIsMonotone(a: F, b: F, c: F): Boolean
  31. def minusIsSound(a: Double, b: Double): Boolean
  32. def minusPreservesBottom(a: F): Boolean
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. def plusIsMonotone(a: F, b: F, c: F): Boolean
  37. def plusIsSound(a: Double, b: Double): Boolean
  38. def plusPreservesBottom(a: F): Boolean
  39. def randomPreservesBottom: Boolean
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def timesIsMonotone(a: F, b: F, c: F): Boolean
  42. def timesIsSound(a: Double, b: Double): Boolean
  43. def timesPreservesBottom(a: F): Boolean
  44. def toIntIsMonotone(a: F, b: F): Boolean
  45. def toIntIsSound(a: Double): Boolean
  46. def toIntPreservesBottom: Boolean
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. def toStringIsMonotone(a: F, b: F): Boolean
  49. def toStringIsSound(a: Double): Boolean
  50. def toStringPreservesBottom: Boolean
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. def [B](y: B): (RealLatticeLaw, B)
    Implicit
    This member is added by an implicit conversion from RealLatticeLaw to ArrowAssoc[RealLatticeLaw] 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 AnyRef

Inherited from Any

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

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

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

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

Ungrouped