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

com.linkedin.parseq.function.Consumer1 Maven / Gradle / Ivy

There is a newer version: 4.0.1
Show newest version
package com.linkedin.parseq.function;


@FunctionalInterface
public interface Consumer1 {

    void accept(T1 t1) throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy