Uses of Interface
com.vladsch.flexmark.tree.iteration.ValueIterationConsumerAdapter
-
-
Uses of ValueIterationConsumerAdapter in com.vladsch.flexmark.tree.iteration
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 ValueIterationAdapterImpl(@NotNull ValueIterationConsumerAdapter<N,T> consumerAdapter)
-