trait ApplicationCompose[=>:[-_, +_]] extends BothCompose[=>:]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApplicationCompose
  2. BothCompose
  3. AssociativeCompose
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type -->:[-_, +_]
  2. abstract type :*:[+_, +_]
    Definition Classes
    BothCompose

Abstract Value Members

  1. abstract def application[A, B]: =>:[:*:[-->:[A, B], A], B]
  2. abstract def compose[A, B, C](bc: =>:[B, C], ab: =>:[A, B]): =>:[A, C]
    Definition Classes
    AssociativeCompose
  3. abstract def curry[A, B, C](f: =>:[:*:[A, B], C]): =>:[A, -->:[B, C]]
  4. abstract def fromFirst[A]: =>:[:*:[A, Any], A]
    Definition Classes
    BothCompose
  5. abstract def fromSecond[B]: =>:[:*:[Any, B], B]
    Definition Classes
    BothCompose
  6. abstract def toBoth[A, B, C](a2b: =>:[A, B])(a2c: =>:[A, C]): =>:[A, :*:[B, C]]
    Definition Classes
    BothCompose
  7. abstract def uncurry[A, B, C](g: =>:[A, -->:[B, C]]): =>:[:*:[A, B], 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. def applicationCompose[A, B, C](f: =>:[:*:[A, B], C], g: =>:[A, -->:[B, C]])(implicit eqF: Equal[=>:[:*:[A, B], C]], eqG: Equal[=>:[A, -->:[B, C]]]): Boolean
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def associativeCompose[A, B, C, D](ab: =>:[A, B], bc: =>:[B, C], cd: =>:[C, D])(implicit eq: Equal[=>:[A, D]]): Boolean
    Definition Classes
    AssociativeCompose
  7. def bothCompose[A, B, C](a2b: =>:[A, B], a2c: =>:[A, C], a2bc: =>:[A, :*:[B, C]])(implicit eqA2B: Equal[=>:[A, B]], eqA2C: Equal[=>:[A, C]], eqA2BC: Equal[=>:[A, :*:[B, C]]]): Boolean
    Definition Classes
    BothCompose
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from BothCompose[=>:]

Inherited from AssociativeCompose[=>:]

Inherited from AnyRef

Inherited from Any

Ungrouped