T1 - Type of the first argumentT2 - Type of the second argumentTResult - Type of the return valuepublic interface Func2<T1,T2,TResult>
| Modifier and Type | Method and Description |
|---|---|
TResult |
apply(T1 input1,
T2 input2)
Apply this function, returning the result
|
Copyright © 2010–2015 JBoss by Red Hat. All rights reserved.