Uses of Interface
com.vladsch.flexmark.tree.iteration.ValueIterationFilter
Packages that use ValueIterationFilter
-
Uses of ValueIterationFilter in com.vladsch.flexmark.tree.iteration
Fields in com.vladsch.flexmark.tree.iteration declared as ValueIterationFilterModifier and TypeFieldDescriptionprivate final @Nullable ValueIterationFilter<? super T>
ValueIterationAdapterImpl.ConsumerAdapter.myFilter
private final @Nullable ValueIterationFilter<? super T>
ValueIterationAdapterImpl.MyValueIterationConsumer.myFilter
Methods in com.vladsch.flexmark.tree.iteration with parameters of type ValueIterationFilterModifier and TypeMethodDescription@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 ValueIterationFilterModifierConstructorDescriptionConsumerAdapter
(@NotNull Function<? super P, ? extends T> function, @Nullable ValueIterationFilter<? super T> filter) MyValueIterationConsumer
(@NotNull Function<? super P, ? extends T> function, @Nullable ValueIterationFilter<? super T> filter, ValueIterationConsumer<? super T, R> consumer) ValueIterationAdapterImpl
(@NotNull Function<? super N, T> function, @Nullable ValueIterationFilter<? super T> filter)