Interface TaskFunctor

All Superinterfaces:
Functor<Task<?>>, Invariant<Task<?>>

interface TaskFunctor extends Functor<Task<?>>
  • Field Summary

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

    Modifier and Type
    Method
    Description
    default <A, B> Task<B>
    map(Kind<Task<?>,? extends A> value, Function1<? super A,? extends B> map)
     

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

    imap, lift
  • Field Details

  • Method Details