- All Superinterfaces:
Applicative<IO<?>>, ApplicativeError<IO<?>,Throwable>, Async<IO<?>>, Bracket<IO<?>,Throwable>, Concurrent<IO<?>>, Defer<IO<?>>, Functor<IO<?>>, Invariant<IO<?>>, IOAsync, IOBracket, IODefer, IOMonad, IOMonadDefer, IOMonadError, IOPure, Monad<IO<?>>, MonadDefer<IO<?>>, MonadError<IO<?>,Throwable>, MonadThrow<IO<?>>, Selective<IO<?>>, Timer<IO<?>>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.github.tonivade.purefun.typeclasses.Applicative
Applicative.Map2<F extends Kind<F,?>,A,B>, Applicative.Map3<F extends Kind<F,?>,A,B,C>, Applicative.Map4<F extends Kind<F,?>,A,B,C,D>, Applicative.Map5<F extends Kind<F,?>,A,B,C,D,E>
-
Field Summary
Fields inherited from interface com.github.tonivade.purefun.instances.IOAsync
INSTANCE
-
Method Summary
Methods inherited from interface com.github.tonivade.purefun.typeclasses.Applicative
first, last, mapN, mapN, mapN, mapN, mapN, mapN, mapN, mapN, tuple, tuple, tuple, tuple
Methods inherited from interface com.github.tonivade.purefun.typeclasses.Async
async
Methods inherited from interface com.github.tonivade.purefun.typeclasses.Functor
imap, lift
Methods inherited from interface com.github.tonivade.purefun.instances.IOAsync
asyncF
Methods inherited from interface com.github.tonivade.purefun.instances.IOBracket
bracket
Methods inherited from interface com.github.tonivade.purefun.instances.IODefer
defer
Methods inherited from interface com.github.tonivade.purefun.instances.IOMonad
flatMap
Methods inherited from interface com.github.tonivade.purefun.instances.IOMonadDefer
sleep
Methods inherited from interface com.github.tonivade.purefun.instances.IOPure
pure
Methods inherited from interface com.github.tonivade.purefun.typeclasses.MonadThrow
fromTry