arrow-core / arrow.core.extensions / 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.
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?
✖