Uses of Interface
com.vladsch.flexmark.tree.iteration.ValueIteration
Packages that use ValueIteration
-
Uses of ValueIteration in com.vladsch.flexmark.tree.iteration
Classes in com.vladsch.flexmark.tree.iteration that implement ValueIterationMethods in com.vladsch.flexmark.tree.iteration that return ValueIterationModifier and TypeMethodDescription<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) Methods in com.vladsch.flexmark.tree.iteration with parameters of type ValueIterationModifier and TypeMethodDescriptionvoid
ValueIterationAdapterImpl.MyValueIterationConsumer.accept
(P it, @NotNull ValueIteration<R> iteration) void
ValueIterationConsumer.accept
(N it, @NotNull ValueIteration<R> iteration) void
VoidToValueIConsumerAdapter.accept
(N it, @NotNull ValueIteration<R> iteration) void
ValueIterationAdapterImpl.MyValueIterationConsumer.afterEnd
(@NotNull ValueIteration<R> iteration) default void
ValueIterationConsumer.afterEnd
(@NotNull ValueIteration<R> iteration) void
VoidToValueIConsumerAdapter.afterEnd
(@NotNull ValueIteration<R> iteration) void
ValueIterationAdapterImpl.MyValueIterationConsumer.beforeStart
(@NotNull ValueIteration<R> iteration) default void
ValueIterationConsumer.beforeStart
(@NotNull ValueIteration<R> iteration) void
VoidToValueIConsumerAdapter.beforeStart
(@NotNull ValueIteration<R> iteration)