Interface RIOOf<R,A>

All Superinterfaces:
Kind<RIO<R,?>,A>
All Known Implementing Classes:
RIO

@Generated("com.github.tonivade.purefun.processor.HigherKindProcessor") public sealed interface RIOOf<R,A> extends Kind<RIO<R,?>,A> permits RIO<R,A>
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static <R, A> RIO<R,A>
    toRIO(Kind<RIO<R,?>,? extends A> value)
     

    Methods inherited from interface com.github.tonivade.purefun.Kind

    fix, kind
  • Method Details

    • toRIO

      static <R, A> RIO<R,A> toRIO(Kind<RIO<R,?>,? extends A> value)