
aQute.bnd.stream.TriConsumer Maven / Gradle / Ivy
package aQute.bnd.stream;
@FunctionalInterface
public interface TriConsumer {
void accept(T t, U u, V v);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package aQute.bnd.stream;
@FunctionalInterface
public interface TriConsumer {
void accept(T t, U u, V v);
}