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