Uses of Interface
com.jnape.palatable.lambda.functions.Effect
Packages that use Effect
Package
Description
-
Uses of Effect in com.jnape.palatable.lambda.functions
Methods in com.jnape.palatable.lambda.functions that return EffectModifier and TypeMethodDescriptionLeft-to-right composition ofEffects
.default <Z> Effect
<Z> Contravariantly mapA <- B
.default <Z> Effect
<Z> Contravariantly map over the argument to this function, producing a function that takes the new argument type, and produces the same result.Effect.discardR
(Applicative<C, Fn1<A, ?>> appB) Sequence both thisApplicative
andappB
, discardingappB's
result and returning thisApplicative
.static <A> Effect
<A> static <A> Effect
<A> Effect.effect
(SideEffect sideEffect) Create anEffect
from aSideEffect
;static <A> Effect
<A> Effect.fromConsumer
(Consumer<A> consumer) static <A> Effect
<A> Effect.noop()
Create anEffect
that accepts an input and does nothing;Methods in com.jnape.palatable.lambda.functions with parameters of type Effect -
Uses of Effect in com.jnape.palatable.lambda.functions.builtin.fn2
Methods in com.jnape.palatable.lambda.functions.builtin.fn2 with parameters of type Effect