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.
@FunctionalInterface public interface TriConsumer<S,T,U>Represents an operation that accepts three arguments and returns no result.