Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Z _ Ω 

W

widen() - Method in interface com.jnape.palatable.lambda.functions.Fn1
Widen this function's argument list by prepending an ignored argument of any type to the front.
widen() - Method in interface com.jnape.palatable.lambda.functions.Fn2
Widen this function's argument list by prepending an ignored argument of any type to the front.
widen() - Method in interface com.jnape.palatable.lambda.functions.Fn3
Widen this function's argument list by prepending an ignored argument of any type to the front.
widen() - Method in interface com.jnape.palatable.lambda.functions.Fn4
Widen this function's argument list by prepending an ignored argument of any type to the front.
widen() - Method in interface com.jnape.palatable.lambda.functions.Fn5
Widen this function's argument list by prepending an ignored argument of any type to the front.
widen() - Method in interface com.jnape.palatable.lambda.functions.Fn6
Widen this function's argument list by prepending an ignored argument of any type to the front.
widen() - Method in interface com.jnape.palatable.lambda.functions.Fn7
Widen this function's argument list by prepending an ignored argument of any type to the front.
widen() - Method in interface com.jnape.palatable.lambda.functions.specialized.Predicate
Widen this function's argument list by prepending an ignored argument of any type to the front.
withResources(Fn0<? extends A>, Fn1<? super A, ? extends Try<? extends B>>) - Static method in class com.jnape.palatable.lambda.adt.Try
Given a Fn0<AutoCloseable> aSupplier and an Fn1 fn, apply fn to the result of aSupplier, ensuring that the result has its close method invoked, regardless of the outcome.
withResources(Fn0<? extends A>, Fn1<? super A, ? extends B>, Fn1<? super B, ? extends Try<? extends C>>) - Static method in class com.jnape.palatable.lambda.adt.Try
Convenience overload of withResources that cascades dependent resource creation via nested calls.
withResources(Fn0<? extends A>, Fn1<? super A, ? extends B>, Fn1<? super B, ? extends C>, Fn1<? super C, ? extends Try<? extends D>>) - Static method in class com.jnape.palatable.lambda.adt.Try
Convenience overload of withResources that cascades two dependent resource creations via nested calls.
withState(Fn1<? super S, ? extends S>) - Method in class com.jnape.palatable.lambda.functor.builtin.State
Map the final state to a new final state using the provided function.
withStateT(Fn1<? super S, ? extends MonadRec<S, M>>) - Method in class com.jnape.palatable.lambda.monad.transformer.builtin.StateT
Map the final state to a new final state inside the same monadic effect using the provided function.
wrap(Iterable<? extends A>) - Static method in class com.jnape.palatable.lambda.traversable.LambdaIterable
Wrap an Iterable in a LambdaIterable.
wrap(Map<A, B>) - Static method in class com.jnape.palatable.lambda.traversable.LambdaMap
Wrap a Map in a LambdaMap.
Writer<W,A> - Class in com.jnape.palatable.lambda.functor.builtin
The lazy writer monad, a monad capturing some accumulation (eventually to be folded in terms of a given monoid) and a value.
writer(Tuple2<A, W>) - Static method in class com.jnape.palatable.lambda.functor.builtin.Writer
Construct a Writer from an accumulation and a value.
WriterT<W,M extends MonadRec<?,M>,A> - Class in com.jnape.palatable.lambda.monad.transformer.builtin
writerT(MonadRec<Tuple2<A, W>, M>) - Static method in class com.jnape.palatable.lambda.monad.transformer.builtin.WriterT
Lift a value and an accumulation embedded in a Monad into a WriterT.
A B C D E F G H I J K L M N O P R S T U V W X Z _ Ω 
Skip navigation links