Packages

t

scalaz.Strong

StrongLaws

trait StrongLaws extends ProfunctorLaw

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StrongLaws
  2. ProfunctorLaw
  3. AnyRef
  4. Any
  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. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def composite[A, B, C, D, E, F](gad: =>:[A, D], fac: (C) => B, fba: (B) => A, fde: (D) => E, fef: (E) => F)(implicit E: Equal[=>:[C, F]]): Boolean
    Definition Classes
    ProfunctorLaw
  7. def dinaturalityFirst[A, B, C, D](fab: =>:[A, B], f: (C) => D)(implicit E: Equal[=>:[(A, C), (B, D)]], PF: Strong[Function1]): Boolean

    lmap (second f) .

    lmap (second f) . first == rmap (second f) . first

  8. def dinaturalitySecond[A, B, C, D](fab: =>:[A, B], f: (C) => D)(implicit E: Equal[=>:[(C, A), (D, B)]], PF: Strong[Function1]): Boolean

    lmap (first f) .

    lmap (first f) . second == rmap (first f) . second

  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. def firstFirstIsDimap[A, B, C, D](fab: =>:[A, B])(implicit E: Equal[=>:[((A, C), D), ((B, C), D)]]): Boolean

    first' .

    first' . first' == dimap assoc unassoc . first' where assoc ((a,b),c) = (a,(b,c)) unassoc (a,(b,c)) = ((a,b),c)

  13. def firstIsSwappedSecond[A, B, C](fab: =>:[A, B])(implicit E: Equal[=>:[(A, C), (B, C)]]): Boolean

    first' == dimap swap swap .

    first' == dimap swap swap . second'

  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def identity[A, B](gab: =>:[A, B])(implicit E: Equal[=>:[A, B]]): Boolean
    Definition Classes
    ProfunctorLaw
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def mapfstEqualsFirstAndThenMapsnd[A, B, C](fab: =>:[A, B])(implicit E: Equal[=>:[(A, C), B]]): Boolean

    lmap fst == rmap fst .

    lmap fst == rmap fst . first'

  19. def mapfstEqualsSecondAndThenMapsnd[A, B, C](fab: =>:[A, B])(implicit E: Equal[=>:[(C, A), B]]): Boolean

    lmap snd == rmap snd .

    lmap snd == rmap snd . second'

  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def secondIsSwappedFirst[A, B, C](fab: =>:[A, B])(implicit E: Equal[=>:[(C, A), (C, B)]]): Boolean

    second' == dimap swap swap .

    second' == dimap swap swap . first'

  24. def secondSecondIsDimap[A, B, C, D](fab: =>:[A, B])(implicit E: Equal[=>:[(D, (C, A)), (D, (C, B))]]): Boolean

    second' .

    second' . second' == dimap unassoc assoc . second' where assoc ((a,b),c) = (a,(b,c)) unassoc (a,(b,c)) = ((a,b),c)

  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Strong.ProfunctorLaw

Inherited from AnyRef

Inherited from Any

Ungrouped