io.polaris.core.function.ConsumerWithArgs7 Maven / Gradle / Ivy
package io.polaris.core.function;
/**
* @author Qt
* @since 1.8
*/
@FunctionalInterface
public interface ConsumerWithArgs7 {
void accept(A a, B b, C c, D d, E e, F f, G g);
}
package io.polaris.core.function;
/**
* @author Qt
* @since 1.8
*/
@FunctionalInterface
public interface ConsumerWithArgs7 {
void accept(A a, B b, C c, D d, E e, F f, G g);
}