S
- type of the first argumentT
- type of the second argumentU
- type of the third argumentV
- type of the fourth argument@PublicEvolving @FunctionalInterface public interface QuadConsumer<S,T,U,V>
Modifier and Type | Method and Description |
---|---|
void |
accept(S s,
T t,
U u,
V v)
Performs this operation on the given arguments.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.