Interface IOFunctor

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

interface IOFunctor extends Functor<IO<?>>
  • Field Summary

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

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

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

    imap, lift
  • Field Details

  • Method Details