Uses of Interface
com.github.tonivade.purefun.effect.PureIOOf
Packages that use PureIOOf
-
Uses of PureIOOf in com.github.tonivade.purefun.effect
Subinterfaces of PureIOOf in com.github.tonivade.purefun.effectClasses in com.github.tonivade.purefun.effect that implement PureIOOfModifier and TypeClassDescriptionstatic final classPureIO.AccessM<R,E, A> static final classPureIO.Async<R,E, A> static final classPureIO.Attempt<R,E, A> static final classPureIO.Delay<R,E, A> static final classPureIO.Failure<R,E, A> static final classPureIO.FlatMapped<R,E, A, F, B> static final classPureIO.Pure<R,E, A> static final classPureIO.Recover<R,E, A> static final classPureIO.Suspend<R,E, A> static final classPureIO.Throw<R,E, A>