Uses of Interface
com.vladsch.flexmark.tree.iteration.ValueIterationConsumer
Packages that use ValueIterationConsumer
-
Uses of ValueIterationConsumer in com.vladsch.flexmark.tree.iteration
Classes in com.vladsch.flexmark.tree.iteration that implement ValueIterationConsumerModifier and TypeClassDescriptionprivate static class
class
Fields in com.vladsch.flexmark.tree.iteration declared as ValueIterationConsumerModifier and TypeFieldDescriptionprivate final ValueIterationConsumer<? super T,
R> ValueIterationAdapterImpl.MyValueIterationConsumer.myConsumer
Methods in com.vladsch.flexmark.tree.iteration that return ValueIterationConsumerModifier and TypeMethodDescription<R> @NotNull ValueIterationConsumer<? super P,
R> ValueIterationAdapterImpl.ChainedConsumerAdapter.getConsumer
(ValueIterationConsumer<? super V, R> valueConsumer) <R> @NotNull ValueIterationConsumer<? super P,
R> ValueIterationAdapterImpl.ChainedConsumerAdapter.getConsumer
(VoidIterationConsumer<? super V> voidConsumer) <R> @NotNull ValueIterationConsumer<? super P,
R> ValueIterationAdapterImpl.ConsumerAdapter.getConsumer
(ValueIterationConsumer<? super T, R> valueConsumer) <R> @NotNull ValueIterationConsumer<? super P,
R> ValueIterationAdapterImpl.ConsumerAdapter.getConsumer
(VoidIterationConsumer<? super T> voidConsumer) <R> @NotNull ValueIterationConsumer<? super P,
R> ValueIterationConsumerAdapter.getConsumer
(ValueIterationConsumer<? super T, R> valueConsumer) <R> @NotNull ValueIterationConsumer<? super P,
R> ValueIterationConsumerAdapter.getConsumer
(VoidIterationConsumer<? super T> voidConsumer) Methods in com.vladsch.flexmark.tree.iteration with parameters of type ValueIterationConsumerModifier and TypeMethodDescriptionfinal <R> R
MappedIterator.doLoop
(R defaultValue, @NotNull ValueIterationConsumer<? super T, R> consumer) <T,
R> R TreeIterator.doLoop
(N element, R defaultValue, @NotNull ValueIterationAdapter<? super N, T> adapter, @NotNull ValueIterationConsumer<? super T, R> consumer) <R> R
TreeIterator.doLoop
(N element, R defaultValue, @NotNull ValueIterationConsumer<? super N, R> consumer) <R> @NotNull ValueIterationConsumer<? super P,
R> ValueIterationAdapterImpl.ChainedConsumerAdapter.getConsumer
(ValueIterationConsumer<? super V, R> valueConsumer) <R> @NotNull ValueIterationConsumer<? super P,
R> ValueIterationAdapterImpl.ConsumerAdapter.getConsumer
(ValueIterationConsumer<? super T, R> valueConsumer) <R> @NotNull ValueIterationConsumer<? super P,
R> ValueIterationConsumerAdapter.getConsumer
(ValueIterationConsumer<? super T, R> valueConsumer) void
IteratorInstance.iterate
(@NotNull ValueIterationConsumer<? super N, R> consumer) <T,
R> ValueIteration<R> TreeIterator.iterate
(N element, R defaultValue, @NotNull ValueIterationAdapter<? super N, T> adapter, @NotNull ValueIterationConsumer<? super T, R> consumer) <R> ValueIteration<R>
TreeIterator.iterate
(N element, R defaultValue, @NotNull ValueIterationConsumer<? super N, R> consumer) Constructors in com.vladsch.flexmark.tree.iteration with parameters of type ValueIterationConsumerModifierConstructorDescriptionMyValueIterationConsumer
(@NotNull Function<? super P, ? extends T> function, @Nullable ValueIterationFilter<? super T> filter, ValueIterationConsumer<? super T, R> consumer)