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

io.legaldocml.diff.DiffResult Maven / Gradle / Ivy

The newest version!
package io.legaldocml.diff;

import java.util.stream.Stream;

/**
 * @author Jacques Militello
 */
public interface DiffResult {

    int count();

    Stream stream();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy