org.reactfx.util.TetraConsumer Maven / Gradle / Ivy
package org.reactfx.util;
@FunctionalInterface
public interface TetraConsumer {
void accept(A a, B b, C c, D d);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package org.reactfx.util;
@FunctionalInterface
public interface TetraConsumer {
void accept(A a, B b, C c, D d);
}