Interface PureIOOf<R,E,A>

All Superinterfaces:
Kind<PureIO<R,E,?>,A>
All Known Subinterfaces:
PureIO<R,E,A>
All Known Implementing Classes:
PureIO.AccessM, PureIO.Async, PureIO.Attempt, PureIO.Delay, PureIO.Failure, PureIO.FlatMapped, PureIO.Pure, PureIO.Recover, PureIO.Suspend, PureIO.Throw

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

    Static Methods
    Modifier and Type
    Method
    Description
    static <R, E, A> PureIO<R,E,A>
    toPureIO(Kind<PureIO<R,E,?>,? extends A> value)
     

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

    fix, kind
  • Method Details

    • toPureIO

      static <R, E, A> PureIO<R,E,A> toPureIO(Kind<PureIO<R,E,?>,? extends A> value)