Uses of Interface
com.vladsch.flexmark.tree.iteration.ValueIteration
-
-
Uses of ValueIteration in com.vladsch.flexmark.tree.iteration
Classes in com.vladsch.flexmark.tree.iteration that implement ValueIteration Modifier and Type Class Description classIteratorInstance<N,R>Methods in com.vladsch.flexmark.tree.iteration that return ValueIteration Modifier and Type Method Description <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 ValueIteration Modifier and Type Method Description voidValueIterationConsumer. accept(N it, @NotNull ValueIteration<R> iteration)voidVoidToValueIConsumerAdapter. accept(N it, @NotNull ValueIteration<R> iteration)default voidValueIterationConsumer. afterEnd(@NotNull ValueIteration<R> iteration)voidVoidToValueIConsumerAdapter. afterEnd(@NotNull ValueIteration<R> iteration)default voidValueIterationConsumer. beforeStart(@NotNull ValueIteration<R> iteration)voidVoidToValueIConsumerAdapter. beforeStart(@NotNull ValueIteration<R> iteration)
-