Uses of Interface
com.vladsch.flexmark.tree.iteration.ValueIterationFilter
-
-
Uses of ValueIterationFilter in com.vladsch.flexmark.tree.iteration
Methods in com.vladsch.flexmark.tree.iteration with parameters of type ValueIterationFilter Modifier and Type Method Description @NotNull MappedIterator<B,T>MappedIterator. acceptFilter(@NotNull ValueIterationFilter<? super T> filter)@NotNull NodeIterator<N>NodeIterator. acceptFilter(@NotNull ValueIterationFilter<? super N> filter)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<T> clazz, ValueIterationFilter<? super T> filter)Constructors in com.vladsch.flexmark.tree.iteration with parameters of type ValueIterationFilter Constructor Description ValueIterationAdapterImpl(@NotNull Function<? super N,T> function, @Nullable ValueIterationFilter<? super T> filter)
-