prompto.utils.TriConsumer Maven / Gradle / Ivy
The newest version!
package prompto.utils;
@FunctionalInterface
public interface TriConsumer {
void accept(P1 p1, P2 p2, P3 p3);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy