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