Trait/Object

zio.prelude.experimental

ApplicationCompose

Related Docs: object ApplicationCompose | package experimental

Permalink

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

Linear Supertypes
BothCompose[=>:], AssociativeCompose[=>:], AnyRef, Any
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. All

Type Members

  1. abstract type -->:[-_, +_]

    Permalink
  2. abstract type :*:[+_, +_]

    Permalink
    Definition Classes
    BothCompose

Abstract Value Members

  1. abstract def application[A, B]: =>:[:*:[-->:[A, B], A], B]

    Permalink
  2. abstract def compose[A, B, C](bc: =>:[B, C], ab: =>:[A, B]): =>:[A, C]

    Permalink
    Definition Classes
    AssociativeCompose
  3. abstract def curry[A, B, C](f: =>:[:*:[A, B], C]): =>:[A, -->:[B, C]]

    Permalink
  4. abstract def fromFirst[A]: =>:[:*:[A, Any], A]

    Permalink
    Definition Classes
    BothCompose
  5. abstract def fromSecond[B]: =>:[:*:[Any, B], B]

    Permalink
    Definition Classes
    BothCompose
  6. abstract def toBoth[A, B, C](a2b: =>:[A, B])(a2c: =>:[A, C]): =>:[A, :*:[B, C]]

    Permalink
    Definition Classes
    BothCompose
  7. abstract def uncurry[A, B, C](g: =>:[A, -->:[B, C]]): =>:[:*:[A, B], C]

    Permalink

Concrete 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. 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

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    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

    Permalink
    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

    Permalink
    Definition Classes
    BothCompose
  8. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  18. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from BothCompose[=>:]

Inherited from AssociativeCompose[=>:]

Inherited from AnyRef

Inherited from Any

Ungrouped