Interface UIOOf<A>

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

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

    Static Methods
    Modifier and Type
    Method
    Description
    static <A> UIO<A>
    toUIO(Kind<UIO<?>,? extends A> value)
     

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

    fix, kind
  • Method Details

    • toUIO

      static <A> UIO<A> toUIO(Kind<UIO<?>,? extends A> value)