arrow-core / arrow.core.extensions.sequencek.unzip / arrow.Kind / unzipWith

unzipWith

@JvmName("unzipWith") fun <A, B, C> Kind<ForSequenceK, C>.~~unzipWith~~(arg1: (C) -> Tuple2<A, B>): Tuple2<Kind<ForSequenceK, A>, Kind<ForSequenceK, B>> Deprecated: @extension kinded projected functions are deprecated

Do you like Arrow?

Arrow Org
<