Package org.elasticsearch.common
Interface TriConsumer<S,T,U>
- Type Parameters:
S
- the type of the first argumentT
- the type of the second argumentU
- the type of the third argument
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents an operation that accepts three arguments and returns no result.
-
Method Summary
-
Method Details
-
apply
Applies this function to the given arguments.- Parameters:
s
- the first function argumentt
- the second function argumentu
- the third function argument
-