arrow-optics / arrow.optics / PSetter / fromFunctor
fun <F, A, B> fromFunctor(FF: Functor<F>): PSetter<Kind<F, A>, Kind<F, B>, A, B>
fun <F, A, B> fromFunctor(FF: Functor<F>):
PSetter
<Kind<F, A>, Kind<F, B>, A, B>
Create a PSetter from a arrow.Functor
Do you like Arrow?