Package com.microsoft.kiota
Interface TriConsumer<T,U,V>
public interface TriConsumer<T,U,V>
Represents a callback that accepts 3 values
-
Method Summary
-
Method Details
-
accept
Performs this operation on the given arguments.- Parameters:
t- the first input argumentu- the second input argumentv- the third input argument
-