Packages

trait Transform[=>:[_, _]] extends Strong[=>:] with parsers.tc.Category[=>:]

Self Type
Transform[=>:]
Linear Supertypes
tc.Category[=>:], Strong[=>:], Profunctor[=>:], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Transform
  2. Category
  3. Strong
  4. Profunctor
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait ProfunctorLaw extends AnyRef
    Definition Classes
    Profunctor
  2. trait SndCovariant[C] extends Functor[[β$0$]=>:[C, β$0$]]
    Attributes
    protected[this]
    Definition Classes
    Profunctor
  3. trait StrongLaws extends Strong.ProfunctorLaw
    Definition Classes
    Strong

Abstract Value Members

  1. abstract def combine[A, B, C](ab: =>:[A, B], ac: =>:[A, C]): =>:[A, /\[B, C]]
  2. abstract def compose[A, B, C](f: =>:[B, C], g: =>:[A, B]): =>:[A, C]
    Definition Classes
    Category
  3. abstract def conjunction[A, B, C, D](ab: =>:[A, B], cd: =>:[C, D]): =>:[/\[A, C], /\[B, D]]
  4. abstract def curl[A, B, X]: =>:[/\[X, /\[A, B]], /\[B, A]]
  5. abstract def disjunction[A, B, C, D](ab: =>:[A, B], cd: =>:[C, D]): =>:[\/[A, C], \/[B, D]]
  6. abstract def dropFirst[A, B]: =>:[/\[A, B], B]
  7. abstract def dropSecond[A, B]: =>:[/\[A, B], A]
  8. abstract def duplicate[A]: =>:[A, /\[A, A]]
  9. abstract def first[A, B, C](fa: =>:[A, B]): =>:[(A, C), (B, C)]
    Definition Classes
    Strong
  10. abstract def id[A]: =>:[A, A]
    Definition Classes
    Category
  11. abstract def leftchoice[A, B, C](pab: =>:[A, B]): =>:[\/[A, C], \/[B, C]]
  12. abstract def mapfst[A, B, C](fab: =>:[A, B])(f: (C) ⇒ A): =>:[C, B]
    Definition Classes
    Profunctor
  13. abstract def mapsnd[A, B, C](fab: =>:[A, B])(f: (B) ⇒ C): =>:[A, C]
    Definition Classes
    Profunctor
  14. abstract def rightchoice[A, B, C](pab: =>:[A, B]): =>:[\/[C, A], \/[C, B]]
  15. abstract def swap[A, B]: =>:[/\[A, B], /\[B, A]]
  16. abstract def swap2[A, B, C]: =>:[/\[A, /\[B, C]], /\[B, /\[A, C]]]

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. def contravariantInstance[C]: Contravariant[[α$2$]=>:[α$2$, C]]
    Definition Classes
    Profunctor
  7. def covariantInstance[C]: Functor[[β$1$]=>:[C, β$1$]]
    Definition Classes
    Profunctor
  8. def cross[A, B, C, D](ab: =>:[A, B], cd: =>:[C, D]): =>:[/\[A, C], (/\[C, B], /\[A, D])]
  9. def dimap[A, B, C, D](fab: =>:[A, B])(f: (C) ⇒ A)(g: (B) ⇒ D): =>:[C, D]
    Definition Classes
    Profunctor
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def invariantFunctor: InvariantFunctor[[α]=>:[α, α]]
    Definition Classes
    Profunctor
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def profunctorLaw: ProfunctorLaw
    Definition Classes
    Profunctor
  21. val profunctorSyntax: ProfunctorSyntax[=>:]
    Definition Classes
    Profunctor
  22. def second[A, B, C](fa: =>:[A, B]): =>:[(C, A), (C, B)]
    Definition Classes
    Strong
  23. def strongLaw: StrongLaws
    Definition Classes
    Strong
  24. val strongSyntax: StrongSyntax[=>:]
    Definition Classes
    Strong
  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( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from tc.Category[=>:]

Inherited from Strong[=>:]

Inherited from Profunctor[=>:]

Inherited from AnyRef

Inherited from Any

Ungrouped