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