arrow-core / arrow.core.extensions / ValidatedSemigroupK
interface ~~ValidatedSemigroupK~~<E> : SemigroupK<ValidatedPartialOf<E>>
Deprecated: SemigroupK typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Validated.
| combineK | open fun <B> Kind<ValidatedPartialOf<E>, B>.combineK(y: Kind<ValidatedPartialOf<E>, B>): Validated<E, B> | 
    
| SE | abstract fun SE(): Semigroup<E> | 
    
Do you like Arrow?
✖