A - the type of the first argument to the consumerB - the type of the second argument to the consumerC - the type of the third argument to the consumerD - the type of the forth argument to the consumer@FunctionalInterface public interface QuadConsumer<A,B,C,D>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(A first,
B second,
C third,
D fourth)
Performs this operation on the given arguments.
|
Copyright © 2019. All rights reserved.