T1 - Input argument typeT2 - Input argument typeT3 - Input argument typeR - Result typepublic interface Func4<T1,T2,T3,R>
| Modifier and Type | Method and Description |
|---|---|
R |
call(T1 arg1,
T2 arg2,
T3 arg3)
Applies this function to the given input
|
Copyright © 2014. All Rights Reserved.