Package com.microsoft.kiota
Interface PentaFunction<T,U,V,W,X,R>
public interface PentaFunction<T,U,V,W,X,R>
Represents a callback accepting 5 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 valuex- the fifth value- Returns:
- the result of the callback
-