Uses of Class
com.github.tonivade.purefun.core.Unit
Packages that use Unit
Package
Description
-
Uses of Unit in com.github.tonivade.purefun.concurrent
Methods in com.github.tonivade.purefun.concurrent that return types with arguments of type UnitModifier and TypeMethodDescriptionFuture.exec(CheckedRunnable task) Future.exec(Executor executor, CheckedRunnable task) Promise.thenRun(CheckedRunnable next) -
Uses of Unit in com.github.tonivade.purefun.core
Fields in com.github.tonivade.purefun.core declared as UnitFields in com.github.tonivade.purefun.core with type parameters of type UnitMethods in com.github.tonivade.purefun.core that return UnitMethods in com.github.tonivade.purefun.core that return types with arguments of type UnitModifier and TypeMethodDescriptionConsumer1.asFunction()Consumer2.asFunction()Consumer3.asFunction()Consumer4.asFunction()Consumer5.asFunction()CheckedRunnable.asProducer() -
Uses of Unit in com.github.tonivade.purefun.effect
Fields in com.github.tonivade.purefun.effect with type parameters of type UnitModifier and TypeFieldDescriptionPureIO.Async.callbackPureIOConnection.Cancellable.cancelTokenEIO.UNITPureIO.UNITRIO.UNITTask.UNITUIO.UNITURIO.UNITMethods in com.github.tonivade.purefun.effect that return types with arguments of type UnitModifier and TypeMethodDescriptionEIO.exec(CheckedRunnable task) PureIO.exec(CheckedRunnable task) RIO.exec(CheckedRunnable task) Task.exec(CheckedRunnable task) UIO.exec(CheckedRunnable task) URIO.exec(CheckedRunnable task) EIO.unit()PureIO.unit()RIO.unit()Task.unit()UIO.unit()URIO.unit()Method parameters in com.github.tonivade.purefun.effect with type arguments of type UnitModifier and TypeMethodDescriptionstatic <A> Task<A> static <E,A> EIO <E, A> EIO.cancellable(Function1<Consumer1<? super Try<? extends Either<E, ? extends A>>>, EIO<E, Unit>> consumer) static <R,E, A> PureIO <R, E, A> PureIO.cancellable(Function2<R, Consumer1<? super Try<? extends Either<E, ? extends A>>>, PureIO<R, ?, Unit>> consumer) static <R,A> RIO <R, A> static <A> UIO<A> static <R,A> URIO <R, A> voidPureIOConnection.Cancellable.setCancelToken(PureIO<?, ?, Unit> cancel) voidPureIOConnection.setCancelToken(PureIO<?, ?, Unit> cancel) voidPureIOConnection.Uncancellable.setCancelToken(PureIO<?, ?, Unit> cancel) Constructor parameters in com.github.tonivade.purefun.effect with type arguments of type Unit -
Uses of Unit in com.github.tonivade.purefun.effect.util
Methods in com.github.tonivade.purefun.effect.util that return types with arguments of type Unit -
Uses of Unit in com.github.tonivade.purefun.instances
Methods in com.github.tonivade.purefun.instances that return types with arguments of type UnitModifier and TypeMethodDescriptionstatic MonadError<Option<?>, Unit> OptionInstances.monadError()static <F extends Kind<F,?>>
MonadError<OptionT<F, ?>, Unit> OptionTInstances.monadError(Monad<F> monadF) Methods in com.github.tonivade.purefun.instances with parameters of type UnitModifier and TypeMethodDescriptionOptionMonadError.raiseError(Unit error) OptionTMonadErrorFromMonad.raiseError(Unit error) Method parameters in com.github.tonivade.purefun.instances with type arguments of type UnitModifier and TypeMethodDescriptionEIOAsync.asyncF(Function1<Consumer1<? super Try<? extends A>>, Kind<EIO<Throwable, ?>, Unit>> consumer) default <A> IO<A> PureIOAsync.asyncF(Function1<Consumer1<? super Try<? extends A>>, Kind<PureIO<R, Throwable, ?>, Unit>> consumer) default <A> Task<A> default <A> UIO<A> OptionMonadError.handleErrorWith(Kind<Option<?>, A> value, Function1<? super Unit, ? extends Kind<Option<?>, ? extends A>> handler) OptionTMonadErrorFromMonad.handleErrorWith(Kind<OptionT<F, ?>, A> value, Function1<? super Unit, ? extends Kind<OptionT<F, ?>, ? extends A>> handler) -
Uses of Unit in com.github.tonivade.purefun.monad
Fields in com.github.tonivade.purefun.monad with type parameters of type UnitMethods in com.github.tonivade.purefun.monad that return types with arguments of type UnitModifier and TypeMethodDescriptionIO.exec(CheckedRunnable task) IO.forked()State.set(S value) IO.unit()Method parameters in com.github.tonivade.purefun.monad with type arguments of type UnitModifier and TypeMethodDescriptionstatic <T> IO<T> voidIOConnection.Cancellable.setCancelToken(Kind<IO<?>, Unit> cancel) voidIOConnection.setCancelToken(Kind<IO<?>, Unit> cancel) voidIOConnection.Uncancellable.setCancelToken(Kind<IO<?>, Unit> cancel) Constructor parameters in com.github.tonivade.purefun.monad with type arguments of type Unit -
Uses of Unit in com.github.tonivade.purefun.stream
Methods in com.github.tonivade.purefun.stream that return types with arguments of type Unit -
Uses of Unit in com.github.tonivade.purefun.transformer
Methods in com.github.tonivade.purefun.transformer that return types with arguments of type Unit -
Uses of Unit in com.github.tonivade.purefun.type
Fields in com.github.tonivade.purefun.type with type parameters of type Unit -
Uses of Unit in com.github.tonivade.purefun.typeclasses
Methods in com.github.tonivade.purefun.typeclasses that return types with arguments of type UnitModifier and TypeMethodDescriptionFiber.cancel()MonadDefer.exec(CheckedRunnable later) Schedule.never(F... reified) Schedule.Of.never()Schedule.Of.once()Schedule.once(F... reified) Schedule.unit()Method parameters in com.github.tonivade.purefun.typeclasses with type arguments of type Unit