Trait

zamblauskas.functional

Applicative

Related Doc: package functional

Permalink

trait Applicative[F[_]] extends Functor[F]

Linear Supertypes
Functor[F], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Applicative
  2. Functor
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def apply[A, B](fab: ⇒ F[(A) ⇒ B])(fa: ⇒ F[A]): F[B]

    Permalink
  2. abstract def unit[A](a: ⇒ A): F[A]

    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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  11. def map[A, B](fa: ⇒ F[A])(f: (A) ⇒ B): F[B]

    Permalink
    Definition Classes
    ApplicativeFunctor
  12. def map1[A, B](fa: ⇒ F[A])(f: (A) ⇒ B): F[B]

    Permalink
  13. def map10[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, R](f1: ⇒ F[P1], f2: ⇒ F[P2], f3: ⇒ F[P3], f4: ⇒ F[P4], f5: ⇒ F[P5], f6: ⇒ F[P6], f7: ⇒ F[P7], f8: ⇒ F[P8], f9: ⇒ F[P9], f10: ⇒ F[P10])(f: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10) ⇒ R): F[R]

    Permalink
  14. def map11[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, R](f1: ⇒ F[P1], f2: ⇒ F[P2], f3: ⇒ F[P3], f4: ⇒ F[P4], f5: ⇒ F[P5], f6: ⇒ F[P6], f7: ⇒ F[P7], f8: ⇒ F[P8], f9: ⇒ F[P9], f10: ⇒ F[P10], f11: ⇒ F[P11])(f: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11) ⇒ R): F[R]

    Permalink
  15. def map12[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, R](f1: ⇒ F[P1], f2: ⇒ F[P2], f3: ⇒ F[P3], f4: ⇒ F[P4], f5: ⇒ F[P5], f6: ⇒ F[P6], f7: ⇒ F[P7], f8: ⇒ F[P8], f9: ⇒ F[P9], f10: ⇒ F[P10], f11: ⇒ F[P11], f12: ⇒ F[P12])(f: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12) ⇒ R): F[R]

    Permalink
  16. def map13[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, R](f1: ⇒ F[P1], f2: ⇒ F[P2], f3: ⇒ F[P3], f4: ⇒ F[P4], f5: ⇒ F[P5], f6: ⇒ F[P6], f7: ⇒ F[P7], f8: ⇒ F[P8], f9: ⇒ F[P9], f10: ⇒ F[P10], f11: ⇒ F[P11], f12: ⇒ F[P12], f13: ⇒ F[P13])(f: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13) ⇒ R): F[R]

    Permalink
  17. def map14[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, R](f1: ⇒ F[P1], f2: ⇒ F[P2], f3: ⇒ F[P3], f4: ⇒ F[P4], f5: ⇒ F[P5], f6: ⇒ F[P6], f7: ⇒ F[P7], f8: ⇒ F[P8], f9: ⇒ F[P9], f10: ⇒ F[P10], f11: ⇒ F[P11], f12: ⇒ F[P12], f13: ⇒ F[P13], f14: ⇒ F[P14])(f: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14) ⇒ R): F[R]

    Permalink
  18. def map15[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, R](f1: ⇒ F[P1], f2: ⇒ F[P2], f3: ⇒ F[P3], f4: ⇒ F[P4], f5: ⇒ F[P5], f6: ⇒ F[P6], f7: ⇒ F[P7], f8: ⇒ F[P8], f9: ⇒ F[P9], f10: ⇒ F[P10], f11: ⇒ F[P11], f12: ⇒ F[P12], f13: ⇒ F[P13], f14: ⇒ F[P14], f15: ⇒ F[P15])(f: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15) ⇒ R): F[R]

    Permalink
  19. def map16[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, R](f1: ⇒ F[P1], f2: ⇒ F[P2], f3: ⇒ F[P3], f4: ⇒ F[P4], f5: ⇒ F[P5], f6: ⇒ F[P6], f7: ⇒ F[P7], f8: ⇒ F[P8], f9: ⇒ F[P9], f10: ⇒ F[P10], f11: ⇒ F[P11], f12: ⇒ F[P12], f13: ⇒ F[P13], f14: ⇒ F[P14], f15: ⇒ F[P15], f16: ⇒ F[P16])(f: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16) ⇒ R): F[R]

    Permalink
  20. def map17[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, R](f1: ⇒ F[P1], f2: ⇒ F[P2], f3: ⇒ F[P3], f4: ⇒ F[P4], f5: ⇒ F[P5], f6: ⇒ F[P6], f7: ⇒ F[P7], f8: ⇒ F[P8], f9: ⇒ F[P9], f10: ⇒ F[P10], f11: ⇒ F[P11], f12: ⇒ F[P12], f13: ⇒ F[P13], f14: ⇒ F[P14], f15: ⇒ F[P15], f16: ⇒ F[P16], f17: ⇒ F[P17])(f: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17) ⇒ R): F[R]

    Permalink
  21. def map18[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, R](f1: ⇒ F[P1], f2: ⇒ F[P2], f3: ⇒ F[P3], f4: ⇒ F[P4], f5: ⇒ F[P5], f6: ⇒ F[P6], f7: ⇒ F[P7], f8: ⇒ F[P8], f9: ⇒ F[P9], f10: ⇒ F[P10], f11: ⇒ F[P11], f12: ⇒ F[P12], f13: ⇒ F[P13], f14: ⇒ F[P14], f15: ⇒ F[P15], f16: ⇒ F[P16], f17: ⇒ F[P17], f18: ⇒ F[P18])(f: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18) ⇒ R): F[R]

    Permalink
  22. def map19[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, R](f1: ⇒ F[P1], f2: ⇒ F[P2], f3: ⇒ F[P3], f4: ⇒ F[P4], f5: ⇒ F[P5], f6: ⇒ F[P6], f7: ⇒ F[P7], f8: ⇒ F[P8], f9: ⇒ F[P9], f10: ⇒ F[P10], f11: ⇒ F[P11], f12: ⇒ F[P12], f13: ⇒ F[P13], f14: ⇒ F[P14], f15: ⇒ F[P15], f16: ⇒ F[P16], f17: ⇒ F[P17], f18: ⇒ F[P18], f19: ⇒ F[P19])(f: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19) ⇒ R): F[R]

    Permalink
  23. def map2[P1, P2, R](f1: ⇒ F[P1], f2: ⇒ F[P2])(f: (P1, P2) ⇒ R): F[R]

    Permalink
  24. def map20[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, R](f1: ⇒ F[P1], f2: ⇒ F[P2], f3: ⇒ F[P3], f4: ⇒ F[P4], f5: ⇒ F[P5], f6: ⇒ F[P6], f7: ⇒ F[P7], f8: ⇒ F[P8], f9: ⇒ F[P9], f10: ⇒ F[P10], f11: ⇒ F[P11], f12: ⇒ F[P12], f13: ⇒ F[P13], f14: ⇒ F[P14], f15: ⇒ F[P15], f16: ⇒ F[P16], f17: ⇒ F[P17], f18: ⇒ F[P18], f19: ⇒ F[P19], f20: ⇒ F[P20])(f: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20) ⇒ R): F[R]

    Permalink
  25. def map21[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, R](f1: ⇒ F[P1], f2: ⇒ F[P2], f3: ⇒ F[P3], f4: ⇒ F[P4], f5: ⇒ F[P5], f6: ⇒ F[P6], f7: ⇒ F[P7], f8: ⇒ F[P8], f9: ⇒ F[P9], f10: ⇒ F[P10], f11: ⇒ F[P11], f12: ⇒ F[P12], f13: ⇒ F[P13], f14: ⇒ F[P14], f15: ⇒ F[P15], f16: ⇒ F[P16], f17: ⇒ F[P17], f18: ⇒ F[P18], f19: ⇒ F[P19], f20: ⇒ F[P20], f21: ⇒ F[P21])(f: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21) ⇒ R): F[R]

    Permalink
  26. def map22[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22, R](f1: ⇒ F[P1], f2: ⇒ F[P2], f3: ⇒ F[P3], f4: ⇒ F[P4], f5: ⇒ F[P5], f6: ⇒ F[P6], f7: ⇒ F[P7], f8: ⇒ F[P8], f9: ⇒ F[P9], f10: ⇒ F[P10], f11: ⇒ F[P11], f12: ⇒ F[P12], f13: ⇒ F[P13], f14: ⇒ F[P14], f15: ⇒ F[P15], f16: ⇒ F[P16], f17: ⇒ F[P17], f18: ⇒ F[P18], f19: ⇒ F[P19], f20: ⇒ F[P20], f21: ⇒ F[P21], f22: ⇒ F[P22])(f: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22) ⇒ R): F[R]

    Permalink
  27. def map3[P1, P2, P3, R](f1: ⇒ F[P1], f2: ⇒ F[P2], f3: ⇒ F[P3])(f: (P1, P2, P3) ⇒ R): F[R]

    Permalink
  28. def map4[P1, P2, P3, P4, R](f1: ⇒ F[P1], f2: ⇒ F[P2], f3: ⇒ F[P3], f4: ⇒ F[P4])(f: (P1, P2, P3, P4) ⇒ R): F[R]

    Permalink
  29. def map5[P1, P2, P3, P4, P5, R](f1: ⇒ F[P1], f2: ⇒ F[P2], f3: ⇒ F[P3], f4: ⇒ F[P4], f5: ⇒ F[P5])(f: (P1, P2, P3, P4, P5) ⇒ R): F[R]

    Permalink
  30. def map6[P1, P2, P3, P4, P5, P6, R](f1: ⇒ F[P1], f2: ⇒ F[P2], f3: ⇒ F[P3], f4: ⇒ F[P4], f5: ⇒ F[P5], f6: ⇒ F[P6])(f: (P1, P2, P3, P4, P5, P6) ⇒ R): F[R]

    Permalink
  31. def map7[P1, P2, P3, P4, P5, P6, P7, R](f1: ⇒ F[P1], f2: ⇒ F[P2], f3: ⇒ F[P3], f4: ⇒ F[P4], f5: ⇒ F[P5], f6: ⇒ F[P6], f7: ⇒ F[P7])(f: (P1, P2, P3, P4, P5, P6, P7) ⇒ R): F[R]

    Permalink
  32. def map8[P1, P2, P3, P4, P5, P6, P7, P8, R](f1: ⇒ F[P1], f2: ⇒ F[P2], f3: ⇒ F[P3], f4: ⇒ F[P4], f5: ⇒ F[P5], f6: ⇒ F[P6], f7: ⇒ F[P7], f8: ⇒ F[P8])(f: (P1, P2, P3, P4, P5, P6, P7, P8) ⇒ R): F[R]

    Permalink
  33. def map9[P1, P2, P3, P4, P5, P6, P7, P8, P9, R](f1: ⇒ F[P1], f2: ⇒ F[P2], f3: ⇒ F[P3], f4: ⇒ F[P4], f5: ⇒ F[P5], f6: ⇒ F[P6], f7: ⇒ F[P7], f8: ⇒ F[P8], f9: ⇒ F[P9])(f: (P1, P2, P3, P4, P5, P6, P7, P8, P9) ⇒ R): F[R]

    Permalink
  34. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  37. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  39. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Functor[F]

Inherited from AnyRef

Inherited from Any

Ungrouped