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

com.kould.function.Consumer Maven / Gradle / Ivy

package com.kould.function;

@FunctionalInterface
public interface Consumer {
    void accept(T t) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy