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 classFields in com.vladsch.flexmark.tree.iteration declared as ValueIterationConsumerAdapterModifier and TypeFieldDescriptionprivate final ValueIterationConsumerAdapter<? super T, V> ValueIterationAdapterImpl.ChainedConsumerAdapter.myAfterAdapterprivate final ValueIterationConsumerAdapter<? super P, T> ValueIterationAdapterImpl.ChainedConsumerAdapter.myBeforeAdapterprivate final @NotNull ValueIterationConsumerAdapter<N, T> ValueIterationAdapterImpl.myConsumerAdapterMethods 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)