- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- Type Parameters:
K
- type of the first argumentV
- type of the second argumentS
- type of the third argument
public interface TriConsumer<K,V,S>
An operation that accepts three input arguments and returns no result.
- Since:
- 2.7
- See Also:
ReadOnlyStringMap
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
void |
accept(K k,
V v,
S s)
Performs the operation given the specified arguments.
|
-
-
Method Detail
-
accept
void accept(K k,
V v,
S s)
Performs the operation given the specified arguments.
- Parameters:
k
- the first input argumentv
- the second input arguments
- the third input argument
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 1999-2019 The Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.