Uses of Class
com.github.tonivade.purefun.effect.CallStack
Packages that use CallStack
-
Uses of CallStack in com.github.tonivade.purefun.effect
Methods in com.github.tonivade.purefun.effect with parameters of type CallStackModifier and TypeMethodDescriptionPureIO.runAsync(R env, Kind<PureIO<R, E, ?>, A> current, PureIOConnection connection, CallStack<R, E, A> stack, Promise<Either<E, A>> promise) PureIO.unwrap(R env, Kind<PureIO<R, E, ?>, A> current, CallStack<R, F, B> stack, Function1<Kind<PureIO<R, E, ?>, ? extends A>, Kind<PureIO<R, F, ?>, ? extends B>> next)