Uses of Interface
com.github.tonivade.purefun.effect.PureIOConnection
Packages that use PureIOConnection
-
Uses of PureIOConnection in com.github.tonivade.purefun.effect
Classes in com.github.tonivade.purefun.effect that implement PureIOConnectionModifier and TypeClassDescriptionstatic final classstatic final classFields in com.github.tonivade.purefun.effect declared as PureIOConnectionMethods in com.github.tonivade.purefun.effect that return PureIOConnectionMethods in com.github.tonivade.purefun.effect with parameters of type PureIOConnectionModifier and TypeMethodDescriptionPureIO.executeAsync(R env, PureIO.Async<R, E, A> current, PureIOConnection connection, Promise<Either<E, A>> promise) PureIO.runAsync(R env, Kind<PureIO<R, E, ?>, A> current, PureIOConnection connection) PureIO.runAsync(R env, Kind<PureIO<R, E, ?>, A> current, PureIOConnection connection, CallStack<R, E, A> stack, Promise<Either<E, A>> promise) private static <R,E, A> void PureIO.setCancelToken(R env, PureIO.Async<R, E, A> current, PureIOConnection connection, Promise<Either<E, A>> promise)