Interface URIOOf<R,A>

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

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

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

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

    fix, kind
  • Method Details

    • toURIO

      static <R, A> URIO<R,A> toURIO(Kind<URIO<R,?>,? extends A> value)