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

com.aggrepoint.utils.BiConsumerX Maven / Gradle / Ivy

The newest version!
package com.aggrepoint.utils;

@FunctionalInterface
public interface BiConsumerX {
	void accept(T t, U u) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy