arrow-core-data / arrow.core / AndThen / map
fun <C> map(f: (B) -> C): AndThen<A, C>
fun <C> map(f: (B) -> C):
AndThen
<A, C>
Alias for andThen
See Also
andThen
Do you like Arrow?