Interface IOOf<T>

All Superinterfaces:
Kind<IO<?>,T>
All Known Subinterfaces:
IO<T>
All Known Implementing Classes:
IO.Async, IO.Delay, IO.Failure, IO.FlatMapped, IO.Pure, IO.Recover, IO.Suspend

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

    Static Methods
    Modifier and Type
    Method
    Description
    static <T> IO<T>
    toIO(Kind<IO<?>,? extends T> value)
     

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

    fix, kind
  • Method Details

    • toIO

      static <T> IO<T> toIO(Kind<IO<?>,? extends T> value)