org.fissore.slf4j.TriConsumer Maven / Gradle / Ivy
package org.fissore.slf4j;
@FunctionalInterface
interface TriConsumer {
void accept(A a, B b, C c);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package org.fissore.slf4j;
@FunctionalInterface
interface TriConsumer {
void accept(A a, B b, C c);
}