Package com.microsoft.kiota
Interface QuadFunction<T,U,V,W,R>
public interface QuadFunction<T,U,V,W,R>
Represents a callback accepting 4 values and returning a result
-
Method Summary
-
Method Details
-
apply
Applies the callback- Parameters:
t- the first valueu- the second valuev- the third valuew- the fourth value- Returns:
- the result of the callback
-