com.xqbase.util.function.BiConsumerEx Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xqbase-util-jdk17 Show documentation
Show all versions of xqbase-util-jdk17 Show documentation
Reusable Java components for www.xqbase.com
package com.xqbase.util.function;
public interface BiConsumerEx {
public void accept(T t, U u) throws E;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy