Uses of Interface
com.vladsch.flexmark.tree.iteration.VoidIterationConsumer
Packages that use VoidIterationConsumer
-
Uses of VoidIterationConsumer in com.vladsch.flexmark.tree.iteration
Fields in com.vladsch.flexmark.tree.iteration declared as VoidIterationConsumerModifier and TypeFieldDescriptionprivate final @NotNull VoidIterationConsumer
<N> VoidToValueIConsumerAdapter.myConsumer
Methods in com.vladsch.flexmark.tree.iteration with parameters of type VoidIterationConsumerModifier and TypeMethodDescriptionfinal void
MappedIterator.doLoop
(@NotNull VoidIterationConsumer<? super T> consumer) <T,
R> void TreeIterator.doLoop
(N element, @NotNull ValueIterationAdapter<? super N, T> adapter, @NotNull VoidIterationConsumer<? super T> consumer) void
TreeIterator.doLoop
(N element, @NotNull VoidIterationConsumer<? super N> consumer) <R> @NotNull ValueIterationConsumer
<? super P, R> ValueIterationAdapterImpl.ChainedConsumerAdapter.getConsumer
(VoidIterationConsumer<? super V> voidConsumer) <R> @NotNull ValueIterationConsumer
<? super P, R> ValueIterationAdapterImpl.ConsumerAdapter.getConsumer
(VoidIterationConsumer<? super T> voidConsumer) <R> @NotNull ValueIterationConsumer
<? super P, R> ValueIterationConsumerAdapter.getConsumer
(VoidIterationConsumer<? super T> voidConsumer) void
IteratorInstance.iterate
(@NotNull VoidIterationConsumer<? super N> consumer) <T,
R> VoidIteration TreeIterator.iterate
(N element, @NotNull ValueIterationAdapter<? super N, T> adapter, @NotNull VoidIterationConsumer<? super T> consumer) <R> VoidIteration
TreeIterator.iterate
(N element, @NotNull VoidIterationConsumer<? super N> consumer) Constructors in com.vladsch.flexmark.tree.iteration with parameters of type VoidIterationConsumerModifierConstructorDescriptionVoidToValueIConsumerAdapter
(@NotNull VoidIterationConsumer<N> consumer)