Uses of Interface
com.github.tonivade.purefun.typeclasses.Fiber
Packages that use Fiber
Package
Description
-
Uses of Fiber in com.github.tonivade.purefun.effect
Methods in com.github.tonivade.purefun.effect that return types with arguments of type FiberModifier and TypeMethodDescriptionEIO.fork()PureIO.fork()RIO.fork()Task.fork()UIO.fork()URIO.fork()static <R,E, A, B>
PureIO<R, E, Either<Tuple2<A, Fiber<PureIO<R, E, ?>, B>>, Tuple2<Fiber<PureIO<R, E, ?>, A>, B>>> PureIO.racePair(Executor executor, Kind<PureIO<R, E, ?>, ? extends A> fa, Kind<PureIO<R, E, ?>, ? extends B> fb) static <R,E, A, B>
PureIO<R, E, Either<Tuple2<A, Fiber<PureIO<R, E, ?>, B>>, Tuple2<Fiber<PureIO<R, E, ?>, A>, B>>> PureIO.racePair(Executor executor, Kind<PureIO<R, E, ?>, ? extends A> fa, Kind<PureIO<R, E, ?>, ? extends B> fb) -
Uses of Fiber in com.github.tonivade.purefun.instances
Methods in com.github.tonivade.purefun.instances that return types with arguments of type FiberModifier and TypeMethodDescriptiondefault <A,B> EIO <Throwable, Either<Tuple2<A, Fiber<EIO<Throwable, ?>, B>>, Tuple2<Fiber<EIO<Throwable, ?>, A>, B>>> EIOConcurrent.racePair(Kind<EIO<Throwable, ?>, ? extends A> fa, Kind<EIO<Throwable, ?>, ? extends B> fb) default <A,B> EIO <Throwable, Either<Tuple2<A, Fiber<EIO<Throwable, ?>, B>>, Tuple2<Fiber<EIO<Throwable, ?>, A>, B>>> EIOConcurrent.racePair(Kind<EIO<Throwable, ?>, ? extends A> fa, Kind<EIO<Throwable, ?>, ? extends B> fb) default <A,B> PureIO <R, Throwable, Either<Tuple2<A, Fiber<PureIO<R, Throwable, ?>, B>>, Tuple2<Fiber<PureIO<R, Throwable, ?>, A>, B>>> PureIOConcurrent.racePair(Kind<PureIO<R, Throwable, ?>, ? extends A> fa, Kind<PureIO<R, Throwable, ?>, ? extends B> fb) default <A,B> PureIO <R, Throwable, Either<Tuple2<A, Fiber<PureIO<R, Throwable, ?>, B>>, Tuple2<Fiber<PureIO<R, Throwable, ?>, A>, B>>> PureIOConcurrent.racePair(Kind<PureIO<R, Throwable, ?>, ? extends A> fa, Kind<PureIO<R, Throwable, ?>, ? extends B> fb) -
Uses of Fiber in com.github.tonivade.purefun.monad
Methods in com.github.tonivade.purefun.monad that return types with arguments of type Fiber -
Uses of Fiber in com.github.tonivade.purefun.typeclasses
Methods in com.github.tonivade.purefun.typeclasses that return FiberModifier and TypeMethodDescriptionMethods in com.github.tonivade.purefun.typeclasses that return types with arguments of type FiberModifier and TypeMethodDescription