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 TypeMethodDescriptionvoidValueIterationAdapterImpl.MyValueIterationConsumer.accept(P it, @NotNull ValueIteration<R> iteration) voidValueIterationConsumer.accept(N it, @NotNull ValueIteration<R> iteration) voidVoidToValueIConsumerAdapter.accept(N it, @NotNull ValueIteration<R> iteration) voidValueIterationAdapterImpl.MyValueIterationConsumer.afterEnd(@NotNull ValueIteration<R> iteration) default voidValueIterationConsumer.afterEnd(@NotNull ValueIteration<R> iteration) voidVoidToValueIConsumerAdapter.afterEnd(@NotNull ValueIteration<R> iteration) voidValueIterationAdapterImpl.MyValueIterationConsumer.beforeStart(@NotNull ValueIteration<R> iteration) default voidValueIterationConsumer.beforeStart(@NotNull ValueIteration<R> iteration) voidVoidToValueIConsumerAdapter.beforeStart(@NotNull ValueIteration<R> iteration)