Uses of Interface
com.vladsch.flexmark.tree.iteration.ValueIterationConsumer
-
-
Uses of ValueIterationConsumer in com.vladsch.flexmark.tree.iteration
Classes in com.vladsch.flexmark.tree.iteration that implement ValueIterationConsumer Modifier and Type Class Description classVoidToValueIConsumerAdapter<N,R>Methods in com.vladsch.flexmark.tree.iteration that return ValueIterationConsumer Modifier and Type Method Description <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 ValueIterationConsumer Modifier and Type Method Description <R> RMappedIterator. doLoop(R defaultValue, @NotNull ValueIterationConsumer<? super T,R> consumer)<T,R>
RTreeIterator. doLoop(N element, R defaultValue, @NotNull ValueIterationAdapter<? super N,T> adapter, @NotNull ValueIterationConsumer<? super T,R> consumer)<R> RTreeIterator. doLoop(N element, R defaultValue, @NotNull ValueIterationConsumer<? super N,R> consumer)<R> @NotNull ValueIterationConsumer<? super P,R>ValueIterationConsumerAdapter. getConsumer(ValueIterationConsumer<? super T,R> valueConsumer)voidIteratorInstance. 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)
-