Uses of Interface
com.vladsch.flexmark.tree.iteration.VoidIterationConsumer
-
-
Uses of VoidIterationConsumer in com.vladsch.flexmark.tree.iteration
Methods in com.vladsch.flexmark.tree.iteration with parameters of type VoidIterationConsumer Modifier and Type Method Description voidMappedIterator. doLoop(@NotNull VoidIterationConsumer<? super T> consumer)<T,R>
voidTreeIterator. doLoop(N element, @NotNull ValueIterationAdapter<? super N,T> adapter, @NotNull VoidIterationConsumer<? super T> consumer)voidTreeIterator. doLoop(N element, @NotNull VoidIterationConsumer<? super N> consumer)<R> @NotNull ValueIterationConsumer<? super P,R>ValueIterationConsumerAdapter. getConsumer(VoidIterationConsumer<? super T> voidConsumer)voidIteratorInstance. iterate(@NotNull VoidIterationConsumer<? super N> consumer)<T,R>
VoidIterationTreeIterator. iterate(N element, @NotNull ValueIterationAdapter<? super N,T> adapter, @NotNull VoidIterationConsumer<? super T> consumer)<R> VoidIterationTreeIterator. 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)
-