Interface ProducerFunctor

All Superinterfaces:
Functor<Producer<?>>, Invariant<Producer<?>>
All Known Subinterfaces:
ProducerComonad

interface ProducerFunctor extends Functor<Producer<?>>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ProducerFunctor
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default <T, R> Kind<Producer<?>,R>
    map(Kind<Producer<?>,? extends T> value, Function1<? super T,? extends R> mapper)
     

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

    imap, lift