Uses of Interface
com.vladsch.flexmark.tree.iteration.ValueIterationConsumerAdapter
-
Packages that use ValueIterationConsumerAdapter Package Description com.vladsch.flexmark.tree.iteration -
-
Uses of ValueIterationConsumerAdapter in com.vladsch.flexmark.tree.iteration
Classes in com.vladsch.flexmark.tree.iteration that implement ValueIterationConsumerAdapter Modifier and Type Class Description (package private) static classValueIterationAdapterImpl.ChainedConsumerAdapter<P,T,V>(package private) static classValueIterationAdapterImpl.ConsumerAdapter<P,T>Fields in com.vladsch.flexmark.tree.iteration declared as ValueIterationConsumerAdapter Modifier and Type Field Description private ValueIterationConsumerAdapter<? super T,V>ValueIterationAdapterImpl.ChainedConsumerAdapter. myAfterAdapterprivate ValueIterationConsumerAdapter<? super P,T>ValueIterationAdapterImpl.ChainedConsumerAdapter. myBeforeAdapterprivate @NotNull ValueIterationConsumerAdapter<N,T>ValueIterationAdapterImpl. myConsumerAdapterMethods in com.vladsch.flexmark.tree.iteration that return ValueIterationConsumerAdapter Modifier and Type Method Description @NotNull ValueIterationConsumerAdapter<N,T>ValueIterationAdapter. getConsumerAdapter()@NotNull ValueIterationConsumerAdapter<N,T>ValueIterationAdapterImpl. getConsumerAdapter()Constructors in com.vladsch.flexmark.tree.iteration with parameters of type ValueIterationConsumerAdapter Constructor Description ChainedConsumerAdapter(ValueIterationConsumerAdapter<? super P,T> beforeAdapter, ValueIterationConsumerAdapter<? super T,V> afterAdapter)ValueIterationAdapterImpl(@NotNull ValueIterationConsumerAdapter<N,T> consumerAdapter)
-