Uses of Interface
com.vladsch.flexmark.tree.iteration.ValueIterationConsumerAdapter
Packages that use ValueIterationConsumerAdapter
-
Uses of ValueIterationConsumerAdapter in com.vladsch.flexmark.tree.iteration
Classes in com.vladsch.flexmark.tree.iteration that implement ValueIterationConsumerAdapterModifier and TypeClassDescription(package private) static class
(package private) static class
Fields in com.vladsch.flexmark.tree.iteration declared as ValueIterationConsumerAdapterModifier and TypeFieldDescriptionprivate final ValueIterationConsumerAdapter<? super T,
V> ValueIterationAdapterImpl.ChainedConsumerAdapter.myAfterAdapter
private final ValueIterationConsumerAdapter<? super P,
T> ValueIterationAdapterImpl.ChainedConsumerAdapter.myBeforeAdapter
private final @NotNull ValueIterationConsumerAdapter<N,
T> ValueIterationAdapterImpl.myConsumerAdapter
Methods in com.vladsch.flexmark.tree.iteration that return ValueIterationConsumerAdapterModifier and TypeMethodDescription@NotNull ValueIterationConsumerAdapter<N,
T> ValueIterationAdapter.getConsumerAdapter()
@NotNull ValueIterationConsumerAdapter<N,
T> ValueIterationAdapterImpl.getConsumerAdapter()
Constructors in com.vladsch.flexmark.tree.iteration with parameters of type ValueIterationConsumerAdapterModifierConstructorDescriptionChainedConsumerAdapter
(ValueIterationConsumerAdapter<? super P, T> beforeAdapter, ValueIterationConsumerAdapter<? super T, V> afterAdapter) ValueIterationAdapterImpl
(@NotNull ValueIterationConsumerAdapter<N, T> consumerAdapter)