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

org.javers.common.collections.Consumer Maven / Gradle / Ivy

package org.javers.common.collections;

public interface Consumer {

    public void consume(T t);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy