@FunctionalInterface
public interface QuadConsumer<A,B,C,D>
Modifier and Type | Method and Description |
---|---|
void |
accept(A a,
B b,
C c,
D d) |
default QuadConsumer<A,B,C,D> |
andThen(QuadConsumer<? super A,? super B,? super C,? super D> after) |