Interface TriConsumer<T,V,K>
- Type Parameters:
T
- Type of first argumentV
- Type of second argumentK
- Type of third argument.
public interface TriConsumer<T,V,K>
Functional interface for three arguments, similar to BiConsumer.
-
Method Summary
-
Method Details
-
accept
-