Package com.linkedin.venice.utils
Interface TriConsumer<K,V,S>
- Type Parameters:
K
- the first argument typeV
- the second argument typeS
- the third argument type
public interface TriConsumer<K,V,S>
A functional interface that takes three arguments and returns no result.
-
Method Summary
-
Method Details
-
accept
Performs this operation on the given arguments.- Parameters:
k
- the first argumentv
- the second arguments
- the third argument
-