All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vladsch.flexmark.tree.iteration.ValueIterationAdapter Maven / Gradle / Ivy

package com.vladsch.flexmark.tree.iteration;

import org.jetbrains.annotations.NotNull;

public interface ValueIterationAdapter {

    @NotNull
    ValueIterationConsumerAdapter getConsumerAdapter();

    @NotNull  ValueIterationAdapter andThen(ValueIterationAdapter after);

    @NotNull
    ValueIterationAdapter compose(ValueIterationAdapter before);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy