Uses of Interface
com.vladsch.flexmark.tree.iteration.IterationConditions
Packages that use IterationConditions
-
Uses of IterationConditions in com.vladsch.flexmark.tree.iteration
Classes in com.vladsch.flexmark.tree.iteration that implement IterationConditionsFields in com.vladsch.flexmark.tree.iteration declared as IterationConditionsModifier and TypeFieldDescriptionprivate final IterationConditions
<N> TreeIterator.myConstraints
private final @NotNull IterationConditions
<N> IteratorInstance.myIterationConditions
Methods in com.vladsch.flexmark.tree.iteration that return IterationConditionsModifier and TypeMethodDescriptiondefault @NotNull IterationConditions
<N> IterationConditions.getAborted()
@NotNull IterationConditions
<N> TreeIterator.getConstraints()
@NotNull IterationConditions
<N> FixedIterationConditions.getReversed()
default @NotNull IterationConditions
<N> IterationConditions.getReversed()
Methods in com.vladsch.flexmark.tree.iteration with parameters of type IterationConditionsModifier and TypeMethodDescriptionstatic <B,
T> FixedIterationConditions <B> FixedIterationConditions.mapTtoB
(IterationConditions<T> constraints, Function<? super B, T> adaptBtoT, Function<? super T, B> adaptTtoB) @NotNull TreeIterator
<N> TreeIterator.modifiedCopy
(@NotNull IterationConditions<N> constraints, @NotNull Predicate<? super N> filter, @NotNull Predicate<? super N> recursion) static NodeIterator
<Node> NodeIterator.of
(@NotNull Node element, @NotNull IterationConditions<Node> constraints) static NodeIterator
<Node> NodeIterator.of
(@NotNull Node element, @NotNull IterationConditions<Node> constraints, @NotNull Predicate<? super Node> filter) static NodeIterator
<Node> NodeIterator.of
(@NotNull Node element, @NotNull IterationConditions<Node> constraints, @NotNull Predicate<? super Node> filter, @NotNull Predicate<? super Node> recursion) static <N> @NotNull TreeIterator
<N> TreeIterator.of
(@NotNull IterationConditions<N> constraints) static <N> @NotNull TreeIterator
<N> TreeIterator.of
(@NotNull IterationConditions<N> constraints, @NotNull Predicate<? super N> filter) static <N> @NotNull TreeIterator
<N> TreeIterator.of
(@NotNull IterationConditions<N> constraints, @NotNull Predicate<? super N> filter, @NotNull Predicate<? super N> recursion) Constructors in com.vladsch.flexmark.tree.iteration with parameters of type IterationConditionsModifierConstructorDescriptionIteratorInstance
(@NotNull IterationConditions<N> iterationConditions, @NotNull Predicate<? super N> filterPredicate, @NotNull Predicate<? super N> recursionPredicate, N element) IteratorInstance
(@NotNull IterationConditions<N> iterationConditions, @NotNull Predicate<? super N> filterPredicate, @NotNull Predicate<? super N> recursionPredicate, N element, @NotNull Object defaultValue) TreeIterator
(IterationConditions<N> constraints) TreeIterator
(IterationConditions<N> constraints, Predicate<? super N> filter) TreeIterator
(IterationConditions<N> constraints, Predicate<? super N> filter, Predicate<? super N> recursion)