Interface ScheduleFunctor<F extends Kind<F,?>,A>

All Superinterfaces:
Functor<Schedule<F,A,?>>, Invariant<Schedule<F,A,?>>

interface ScheduleFunctor<F extends Kind<F,?>,A> extends Functor<Schedule<F,A,?>>
  • Field Summary

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

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

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

    imap, lift