Interface ComposedFunctor<F extends Kind<F,?>,G extends Kind<G,?>>

All Superinterfaces:
Functor<Nested<F,G>>, Invariant<Nested<F,G>>

interface ComposedFunctor<F extends Kind<F,?>,G extends Kind<G,?>> extends Functor<Nested<F,G>>
  • Method Summary

    Modifier and Type
    Method
    Description
    f()
     
    g()
     
    default <T, R> Kind<Nested<F,G>,R>
    map(Kind<Nested<F,G>,? extends T> value, Function1<? super T,? extends R> map)
     

    Methods inherited from interface com.github.tonivade.purefun.typeclasses.Functor

    imap, lift