Interface PureIOFunctor<R,E>

All Superinterfaces:
Functor<PureIO<R,E,?>>, Invariant<PureIO<R,E,?>>

interface PureIOFunctor<R,E> extends Functor<PureIO<R,E,?>>
  • Field Summary

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

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

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

    imap, lift