Interface EvalFunctor

All Superinterfaces:
Functor<Eval<?>>, Invariant<Eval<?>>
All Known Subinterfaces:
EvalComonad

interface EvalFunctor extends Functor<Eval<?>>
  • Field Summary

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

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

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

    imap, lift
  • Field Details

  • Method Details