Interface IOOf<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
-
Method Details
-
toIO
-