Interface EIOOf<E,A>

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

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

    Static Methods
    Modifier and Type
    Method
    Description
    static <E, A> EIO<E,A>
    toEIO(Kind<EIO<E,?>,? extends A> value)
     

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

    fix, kind
  • Method Details

    • toEIO

      static <E, A> EIO<E,A> toEIO(Kind<EIO<E,?>,? extends A> value)