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

com.xqbase.util.function.BiConsumerEx Maven / Gradle / Ivy

There is a newer version: 0.2.18
Show newest version
package com.xqbase.util.function;

public interface BiConsumerEx {
	public void accept(T t, U u) throws E;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy