Packages

trait DistributiveAbsorptionEqual[A] extends AbsorptionEqual[A] with DistributiveAbsorption[A]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DistributiveAbsorptionEqual
  2. DistributiveAbsorption
  3. AbsorptionEqual
  4. Equal
  5. Absorption
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def And: Associative[AndF[A]]
    Definition Classes
    Absorption
  2. abstract def Or: Associative[OrF[A]]
    Definition Classes
    Absorption
  3. abstract def checkEqual(l: A, r: A): Boolean
    Attributes
    protected
    Definition Classes
    Equal

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def and(l: => A, r: => A): A
    Definition Classes
    Absorption
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. final def both[B](that: => Equal[B]): Equal[(A, B)]
    Definition Classes
    Equal
  7. final def bothWith[B, C](that: => Equal[B])(f: (C) => (A, B)): Equal[C]
    Definition Classes
    Equal
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  9. def contramap[B](f: (B) => A): Equal[B]
    Definition Classes
    Equal
  10. final def either[B](that: => Equal[B]): Equal[Either[A, B]]
    Definition Classes
    Equal
  11. final def eitherWith[B, C](that: => Equal[B])(f: (C) => Either[A, B]): Equal[C]
    Definition Classes
    Equal
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def equal(l: A, r: A): Boolean
    Definition Classes
    Equal
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notEqual(l: A, r: A): Boolean
    Definition Classes
    Equal
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  22. def or(l: => A, r: => A): A
    Definition Classes
    Absorption
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toScala[A1 <: A]: Equiv[A1]
    Definition Classes
    Equal
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

    (Since version 9)

Inherited from DistributiveAbsorption[A]

Inherited from AbsorptionEqual[A]

Inherited from Equal[A]

Inherited from Absorption[A]

Inherited from AnyRef

Inherited from Any

Ungrouped