arrow-core / arrow.core.extensions.sequence.functor

Package arrow.core.extensions.sequence.functor

Types

Sequence object ~~Sequence~~

Extensions for External Classes

kotlin.sequences.Sequence  

Functions

lift Lifts a function A -> B to the F structure returning a polymorphic function that can be applied over all F values in the shape of Kind<F, A>fun <A, B> ~~lift~~(arg0: (A) -> B): (Kind<ForSequenceK, A>) -> Kind<ForSequenceK, B>
mapConst Replaces the B value inside F with A resulting in a Kind<F, A>fun <A, B> A.~~mapConst~~(arg1: Sequence<B>): Sequence<A>

Do you like Arrow?

Arrow Org
<