Interface PureIOOf<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
-
Method Details
-
toPureIO
-