Uses of Interface
com.vladsch.flexmark.tree.iteration.ValueIterationAdapter
-
-
Uses of ValueIterationAdapter in com.vladsch.flexmark.tree.iteration
Classes in com.vladsch.flexmark.tree.iteration that implement ValueIterationAdapter Modifier and Type Class Description classValueIterationAdapterImpl<N,T>Fields in com.vladsch.flexmark.tree.iteration declared as ValueIterationAdapter Modifier and Type Field Description protected @NotNull ValueIterationAdapter<? super B,T>MappedIterator. myAdapterMethods in com.vladsch.flexmark.tree.iteration that return ValueIterationAdapter Modifier and Type Method Description <V> @NotNull ValueIterationAdapter<N,V>ValueIterationAdapter. andThen(ValueIterationAdapter<? super T,V> after)<V> @NotNull ValueIterationAdapter<N,V>ValueIterationAdapterImpl. andThen(ValueIterationAdapter<? super T,V> after)@NotNull ValueIterationAdapter<N,T>ValueIterationAdapter. compose(ValueIterationAdapter<? super N,N> before)@NotNull ValueIterationAdapter<N,T>ValueIterationAdapterImpl. compose(ValueIterationAdapter<? super N,N> before)static <N> ValueIterationAdapter<N,N>ValueIterationAdapterImpl. of()static <N> ValueIterationAdapter<N,N>ValueIterationAdapterImpl. of(ValueIterationFilter<? super N> filter)static <N,T>
ValueIterationAdapter<N,T>ValueIterationAdapterImpl. of(ValueIterationFilter<? super T> filter, Class<? extends T>... clazzes)static <N,T>
ValueIterationAdapter<N,T>ValueIterationAdapterImpl. of(ValueIterationFilter<? super T> filter, Iterable<Class<? extends T>> clazzes)static <N,T>
ValueIterationAdapter<N,T>ValueIterationAdapterImpl. of(Class<? extends T> clazz)static <N,T>
ValueIterationAdapter<N,T>ValueIterationAdapterImpl. of(Class<? extends T>... clazzes)static <N,T>
ValueIterationAdapter<N,T>ValueIterationAdapterImpl. of(Class<? extends T> clazz, Predicate<? super T> filter)static <N,T>
ValueIterationAdapter<N,T>ValueIterationAdapterImpl. of(Class<T> clazz, ValueIterationFilter<? super T> filter)static <N,T>
ValueIterationAdapter<N,T>ValueIterationAdapterImpl. of(Iterable<Class<? extends T>> clazzes)static <N,T>
ValueIterationAdapter<N,T>ValueIterationAdapterImpl. of(Function<? super N,T> function)static <N,T>
ValueIterationAdapter<N,T>ValueIterationAdapterImpl. of(Predicate<? super T> filter, Class<? extends T>... clazzes)static <N,T>
ValueIterationAdapter<N,T>ValueIterationAdapterImpl. of(Predicate<? super T> filter, Iterable<Class<? extends T>> clazzes)Methods in com.vladsch.flexmark.tree.iteration with parameters of type ValueIterationAdapter Modifier and Type Method Description <F extends B>
@NotNull MappedIterator<B,F>MappedIterator. adapt(@NotNull ValueIterationAdapter<? super T,F> adapter)<F extends com.vladsch.flexmark.util.ast.Node>
@NotNull NodeIterator<F>NodeIterator. adapt(@NotNull ValueIterationAdapter<? super N,F> adapter)<V> @NotNull ValueIterationAdapter<N,V>ValueIterationAdapter. andThen(ValueIterationAdapter<? super T,V> after)<V> @NotNull ValueIterationAdapter<N,V>ValueIterationAdapterImpl. andThen(ValueIterationAdapter<? super T,V> after)@NotNull ValueIterationAdapter<N,T>ValueIterationAdapter. compose(ValueIterationAdapter<? super N,N> before)@NotNull ValueIterationAdapter<N,T>ValueIterationAdapterImpl. compose(ValueIterationAdapter<? super N,N> before)<T,R>
voidTreeIterator. doLoop(N element, @NotNull ValueIterationAdapter<? super N,T> adapter, @NotNull VoidIterationConsumer<? super T> consumer)<T,R>
RTreeIterator. doLoop(N element, R defaultValue, @NotNull ValueIterationAdapter<? super N,T> adapter, @NotNull ValueIterationConsumer<? super T,R> consumer)@NotNull MappedIterator<B,T>MappedIterator. getModifiedCopy(B element, ValueIterationAdapter<? super B,T> adapter, TreeIterator<B> treeIterator)@NotNull NodeIterator<N>NodeIterator. getModifiedCopy(com.vladsch.flexmark.util.ast.Node element, ValueIterationAdapter<? super com.vladsch.flexmark.util.ast.Node,N> adapter, TreeIterator<com.vladsch.flexmark.util.ast.Node> treeIterator)<F extends B>
@NotNull MappedIterator<B,F>MappedIterator. getModifiedCopyF(B element, ValueIterationAdapter<? super B,F> adapter, TreeIterator<B> treeIterator)<F extends com.vladsch.flexmark.util.ast.Node>
@NotNull NodeIterator<F>NodeIterator. getModifiedCopyF(com.vladsch.flexmark.util.ast.Node element, ValueIterationAdapter<? super com.vladsch.flexmark.util.ast.Node,F> adapter, TreeIterator<com.vladsch.flexmark.util.ast.Node> treeIterator)<T,R>
VoidIterationTreeIterator. iterate(N element, @NotNull ValueIterationAdapter<? super N,T> adapter, @NotNull VoidIterationConsumer<? super T> consumer)<T,R>
ValueIteration<R>TreeIterator. iterate(N element, R defaultValue, @NotNull ValueIterationAdapter<? super N,T> adapter, @NotNull ValueIterationConsumer<? super T,R> consumer)Constructors in com.vladsch.flexmark.tree.iteration with parameters of type ValueIterationAdapter Constructor Description MappedIterator(B element, @NotNull ValueIterationAdapter<? super B,T> adapter, @NotNull TreeIterator<B> treeIterator)NodeIterator(@NotNull com.vladsch.flexmark.util.ast.Node element, @NotNull ValueIterationAdapter<? super com.vladsch.flexmark.util.ast.Node,N> adapter, @NotNull TreeIterator<com.vladsch.flexmark.util.ast.Node> treeIterator)
-