-
-
Method Summary
Methods inherited from interface com.github.tonivade.purefun.typeclasses.Functor
imap, lift
Methods inherited from interface com.github.tonivade.purefun.typeclasses.Traverse
map, sequence
-
-
Method Details
-
traverse
default <G extends Kind<G,
?>,
A,
B>
Kind<G,Kind<Const<T,?>,B>> traverse(Applicative<G> applicative,
Kind<Const<T,?>,A> value,
Function1<? super A,? extends Kind<G,? extends B>> mapper)
- Specified by:
traverse in interface Traverse<T>