Package api.util
Interface TriConsumer<K,V,S>
public interface TriConsumer<K,V,S>
-
Method Summary
-
Method Details
-
accept
Performs the operation given the specified arguments.- Parameters:
k- the first input argumentv- the second input arguments- the third input argument
-