arrow-core / arrow.core.extensions.listk.functor / arrow.Kind / imap
@JvmName("imap") fun <A, B> Kind<ForListK, A>.~~imap~~(arg1: (A) -> B, arg2: (B) -> A): ListK<B> Deprecated: @extension projected functions are deprecated
@JvmName("imap") fun <A, B> Kind<ForListK, A>.~~imap~~(arg1: (A) -> B, arg2: (B) -> A): ListK<B>
Do you like Arrow?