Uses of Interface
com.vladsch.flexmark.tree.iteration.VoidIterationConsumer
-
Packages that use VoidIterationConsumer Package Description com.vladsch.flexmark.tree.iteration -
-
Uses of VoidIterationConsumer in com.vladsch.flexmark.tree.iteration
Fields in com.vladsch.flexmark.tree.iteration declared as VoidIterationConsumer Modifier and Type Field Description private @NotNull VoidIterationConsumer<N>
VoidToValueIConsumerAdapter. myConsumer
Methods in com.vladsch.flexmark.tree.iteration with parameters of type VoidIterationConsumer Modifier and Type Method Description void
MappedIterator. doLoop(@NotNull VoidIterationConsumer<? super T> consumer)
<T,R>
voidTreeIterator. 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>
VoidIterationTreeIterator. 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 VoidIterationConsumer Constructor Description VoidToValueIConsumerAdapter(@NotNull VoidIterationConsumer<N> consumer)
-