Uses of Interface
com.github.tonivade.purefun.monad.IOConnection
Packages that use IOConnection
-
Uses of IOConnection in com.github.tonivade.purefun.monad
Classes in com.github.tonivade.purefun.monad that implement IOConnectionModifier and TypeClassDescriptionstatic final classstatic final classFields in com.github.tonivade.purefun.monad declared as IOConnectionMethods in com.github.tonivade.purefun.monad that return IOConnectionMethods in com.github.tonivade.purefun.monad with parameters of type IOConnectionModifier and TypeMethodDescriptionprivate static <T> Promise<T> IO.executeAsync(IO.Async<T> current, IOConnection connection, Promise<T> promise) private static <T> Promise<T> IO.runAsync(Kind<IO<?>, T> current, IOConnection connection) private static <T,U, V> Promise <T>