arrow-core-data / arrow.core / handleLeftWith
inline fun <E, A> ValidatedOf<E, A>.~~handleLeftWith~~(f: (E) -> ValidatedOf<E, A>): Validated<E, A>
Deprecated: To keep API consistent with Either and Option please use handleErrorWith instead
Do you like Arrow?
✖