Uses of Interface
com.github.tonivade.purefun.core.Operator1
Packages that use Operator1
Package
Description
-
Uses of Operator1 in com.github.tonivade.purefun.data
Methods in com.github.tonivade.purefun.data with parameters of type Operator1 -
Uses of Operator1 in com.github.tonivade.purefun.effect
Methods in com.github.tonivade.purefun.effect with parameters of type Operator1Modifier and TypeMethodDescriptionRef.getAndUpdate(Operator1<A> update) Ref.updateAndGet(Operator1<A> update) PureIOConnection.Cancellable.updateState(Operator1<StateIO> update) PureIOConnection.Uncancellable.updateState(Operator1<StateIO> update) PureIOConnection.updateState(Operator1<StateIO> update) -
Uses of Operator1 in com.github.tonivade.purefun.instances
Method parameters in com.github.tonivade.purefun.instances with type arguments of type Operator1 -
Uses of Operator1 in com.github.tonivade.purefun.monad
Methods in com.github.tonivade.purefun.monad with parameters of type Operator1Modifier and TypeMethodDescriptionRef.getAndUpdate(Operator1<A> update) Ref.updateAndGet(Operator1<A> update) IOConnection.Cancellable.updateState(Operator1<StateIO> update) IOConnection.Uncancellable.updateState(Operator1<StateIO> update) IOConnection.updateState(Operator1<StateIO> update) -
Uses of Operator1 in com.github.tonivade.purefun.optics
Methods in com.github.tonivade.purefun.optics that return Operator1Modifier and TypeMethodDescriptionMethods in com.github.tonivade.purefun.optics with parameters of type Operator1Modifier and TypeMethodDescriptionOptional.modifyOption(S target, Operator1<A> mapper) Prism.modifyOption(Operator1<A> mapper) -
Uses of Operator1 in com.github.tonivade.purefun.stream
Methods in com.github.tonivade.purefun.stream with parameters of type Operator1Modifier and TypeMethodDescriptionstatic <F extends Kind<F,?>, T>
PureStream<F, T> default <T> PureStream<F, T> -
Uses of Operator1 in com.github.tonivade.purefun.transformer
Methods in com.github.tonivade.purefun.transformer with parameters of type Operator1 -
Uses of Operator1 in com.github.tonivade.purefun.typeclasses
Methods in com.github.tonivade.purefun.typeclasses with parameters of type Operator1Modifier and TypeMethodDescriptionMonadDeferReference.getAndUpdate(Operator1<A> update) Reference.getAndUpdate(Operator1<A> update) MonadDeferReference.updateAndGet(Operator1<A> update) Reference.updateAndGet(Operator1<A> update) Method parameters in com.github.tonivade.purefun.typeclasses with type arguments of type Operator1