arrow-core / arrow.core.extensions / ValidatedSelective

ValidatedSelective

interface ~~ValidatedSelective~~<E> : Selective<ValidatedPartialOf<E>>, ValidatedApplicative<E> Deprecated: Selective typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Validated.

Functions

SE abstract fun SE(): Semigroup<E>
select open fun <A, B> Kind<ValidatedPartialOf<E>, Either<A, B>>.select(f: Kind<ValidatedPartialOf<E>, (A) -> B>): Kind<ValidatedPartialOf<E>, B>

Do you like Arrow?

Arrow Org
<