arrow-core-data / arrow.core / Validated / leftMap
inline fun <EE> ~~leftMap~~(f: (E) -> EE): Validated<EE, A> Deprecated: Use mapLeft for consistency
inline fun <EE> ~~leftMap~~(f: (E) -> EE):
Validated
<EE, A>
Do you like Arrow?