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 class
ValueIterationAdapterImpl.ChainedConsumerAdapter<P,T,V>
(package private) static class
ValueIterationAdapterImpl.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. myAfterAdapter
private ValueIterationConsumerAdapter<? super P,T>
ValueIterationAdapterImpl.ChainedConsumerAdapter. myBeforeAdapter
private @NotNull ValueIterationConsumerAdapter<N,T>
ValueIterationAdapterImpl. myConsumerAdapter
Methods 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)
-