Uses of Class
com.jnape.palatable.lambda.internal.ImmutableQueue
Packages that use ImmutableQueue
Package
Description
-
Uses of ImmutableQueue in com.jnape.palatable.lambda.internal
Subclasses of ImmutableQueue in com.jnape.palatable.lambda.internalModifier and TypeClassDescriptionprivate static final class
private static final class
Methods in com.jnape.palatable.lambda.internal that return ImmutableQueueModifier and TypeMethodDescriptionabstract ImmutableQueue
<A> ImmutableQueue.concat
(ImmutableQueue<A> other) ImmutableQueue.Empty.concat
(ImmutableQueue<A> other) ImmutableQueue.NonEmpty.concat
(ImmutableQueue<A> other) static <A> ImmutableQueue
<A> ImmutableQueue.empty()
abstract ImmutableQueue
<A> abstract ImmutableQueue
<A> static <A> ImmutableQueue
<A> ImmutableQueue.singleton
(A a) ImmutableQueue.Empty.tail()
ImmutableQueue.NonEmpty.tail()
abstract ImmutableQueue
<A> ImmutableQueue.tail()
Methods in com.jnape.palatable.lambda.internal with parameters of type ImmutableQueueModifier and TypeMethodDescriptionabstract ImmutableQueue
<A> ImmutableQueue.concat
(ImmutableQueue<A> other) ImmutableQueue.Empty.concat
(ImmutableQueue<A> other) ImmutableQueue.NonEmpty.concat
(ImmutableQueue<A> other) -
Uses of ImmutableQueue in com.jnape.palatable.lambda.internal.iteration
Fields in com.jnape.palatable.lambda.internal.iteration declared as ImmutableQueueModifier and TypeFieldDescriptionprivate final ImmutableQueue
<Iterable<A>> ConcatenatingIterable.iterables
private final ImmutableQueue
<Fn1<? super A, ? extends Boolean>> PredicatedDroppingIterable.predicates
private ImmutableQueue
<Iterator<RecursiveResult<A, B>>> TrampoliningIterator.remaining
Constructors in com.jnape.palatable.lambda.internal.iteration with parameters of type ImmutableQueueModifierConstructorDescriptionPredicatedDroppingIterator
(ImmutableQueue<Fn1<? super A, ? extends Boolean>> predicates, Iterator<A> asIterator) -
Uses of ImmutableQueue in com.jnape.palatable.lambda.monad.transformer.builtin
Fields in com.jnape.palatable.lambda.monad.transformer.builtin declared as ImmutableQueueModifier and TypeFieldDescriptionprivate final ImmutableQueue
<Choice2<Fn0<MonadRec<Maybe<Tuple2<A, IterateT<M, A>>>, M>>, MonadRec<A, M>>> IterateT.spine
Constructors in com.jnape.palatable.lambda.monad.transformer.builtin with parameters of type ImmutableQueue