Interface URIOFunctor<R>

All Superinterfaces:
Functor<URIO<R,?>>, Invariant<URIO<R,?>>

interface URIOFunctor<R> extends Functor<URIO<R,?>>
  • Field Summary

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

    Modifier and Type
    Method
    Description
    default <A, B> URIO<R,B>
    map(Kind<URIO<R,?>,? 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