arrow-core / arrow.core.extensions.either.foldable / arrow.Kind / toList
@JvmName("toList") fun <L, A> Kind<Kind<ForEither, L>, A>.~~toList~~(): List<A> Deprecated: @extension kinded projected functions are deprecated.
@JvmName("toList") fun <L, A> Kind<Kind<ForEither, L>, A>.~~toList~~():
List
<A>
Do you like Arrow?