Trait

scalaz.Strong

StrongLaws

Related Doc: package Strong

Permalink

trait StrongLaws extends ProfunctorLaw

Source
Strong.scala
Linear Supertypes
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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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

    Permalink
    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

    Permalink

    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

    Permalink

    lmap (first f) .

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

  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    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

    Permalink

    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

    Permalink

    first' == dimap swap swap .

    first' == dimap swap swap . second'

  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def identity[A, B](gab: =>:[A, B])(implicit E: Equal[=>:[A, B]]): Boolean

    Permalink
    Definition Classes
    ProfunctorLaw
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def mapfstEqualsFirstAndThenMapsnd[A, B, C](fab: =>:[A, B])(implicit E: Equal[=>:[(A, C), B]]): Boolean

    Permalink

    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

    Permalink

    lmap snd == rmap snd .

    lmap snd == rmap snd . second'

  20. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  23. def secondIsSwappedFirst[A, B, C](fab: =>:[A, B])(implicit E: Equal[=>:[(C, A), (C, B)]]): Boolean

    Permalink

    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

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

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

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

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

Inherited from Strong.ProfunctorLaw

Inherited from AnyRef

Inherited from Any

Ungrouped