arrow-fx-coroutines / arrow.fx.coroutines.stream.concurrent / Signal / map
open fun <B> map(f: (A) -> B): Signal<B>
open fun <B> map(f: (A) -> B):
Signal
<B>
Do you like Arrow?