Interface TriConsumer<K,V,S>
- Type Parameters:
K- type of the first argumentV- type of the second argumentS- type of the third argument
- All Known Implementing Classes:
GelfLayout.FieldWriter, ReadOnlyStringMapResolver.LoopMethod
public interface TriConsumer<K,V,S>
An operation that accepts three input arguments and returns no result.
- Since:
- 2.7
- See Also:
-
Method Summary
-
Method Details
-
accept
-