arrow-core-data / arrow.core / ap
fun <A, T, U>
ConstOf
<A, T>.~~ap~~(SG:
Semigroup
<A>, ff:
ConstOf
<A, (T) -> U>):
Const
<A, U>
Deprecated: Kind is deprecated, and will be removed in 0.13.0. Please use the ap method defined for Const instead
fun <A, B, C>
EitherOf
<A, B>.~~ap~~(ff:
EitherOf
<A, (B) -> C>):
Either
<A, C>
Deprecated: ap is deprecated alongside the Apply typeclass, since it’s a low-level operator specific for generically deriving Apply combinators.
fun <A, B, D>
Ior
<A, B>.~~ap~~(SG:
Semigroup
<A>, ff:
IorOf
<A, (B) -> D>):
Ior
<A, D>
Deprecated: ap is deprecated alongside the Apply typeclass, since it’s a low-level operator specific for generically deriving Apply combinators.
fun <E, A, B>
ValidatedOf
<E, A>.~~ap~~(SE:
Semigroup
<E>, f:
Validated
<E, (A) -> B>):
Validated
<E, B>
Deprecated: ap is deprecated alongside the Apply typeclass, since it’s a low-level operator specific for generically deriving Apply combinators.
Do you like Arrow?
✖