arrow-core / arrow.core.extensions.option.traverse / arrow.Kind / traverse
@JvmName("traverse") fun <G, A, B> Kind<ForOption, A>.~~traverse~~(arg1: Applicative<G>, arg2: (A) -> Kind<G, B>): Kind<G, Kind<ForOption, B>>
Deprecated: Applicative typeclass is deprecated, Replace with traverse, traverseEither or traverseValidated from arrow.core.*
Do you like Arrow?
✖