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