- All Superinterfaces:
Applicative<RIO<R,?>>, ApplicativeError<RIO<R,?>,Throwable>, Async<RIO<R,?>>, Bracket<RIO<R,?>,Throwable>, Concurrent<RIO<R,?>>, Defer<RIO<R,?>>, Functor<RIO<R,?>>, Invariant<RIO<R,?>>, Monad<RIO<R,?>>, MonadDefer<RIO<R,?>>, MonadError<RIO<R,?>,Throwable>, MonadThrow<RIO<R,?>>, RIOAsync<R>, RIOBracket<R>, RIODefer<R>, RIOMonad<R>, RIOMonadDefer<R>, RIOMonadError<R>, RIOPure<R>, Selective<RIO<R,?>>, Timer<RIO<R,?>>
-
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.RIOAsync
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.typeclasses.MonadThrow
fromTry
Methods inherited from interface com.github.tonivade.purefun.instances.RIOAsync
asyncF
Methods inherited from interface com.github.tonivade.purefun.instances.RIOBracket
bracket
Methods inherited from interface com.github.tonivade.purefun.instances.RIODefer
defer
Methods inherited from interface com.github.tonivade.purefun.instances.RIOMonad
flatMap
Methods inherited from interface com.github.tonivade.purefun.instances.RIOMonadDefer
sleep
Methods inherited from interface com.github.tonivade.purefun.instances.RIOPure
pure
-
Method Details
-
-
-
racePair
default <A,
B>
RIO<R,Either<Tuple2<A,Fiber<RIO<R,?>,B>>,Tuple2<Fiber<RIO<R,?>,A>,B>>> racePair(Kind<RIO<R,?>,? extends A> fa,
Kind<RIO<R,?>,? extends B> fb)
- Specified by:
racePair in interface Concurrent<R>
-