T - Type of the function argumentTResult - Type of the return valuepublic interface Func1<T,TResult>
| Modifier and Type | Method and Description |
|---|---|
TResult |
apply(T input)
Apply this function, returning the result
|
Copyright © 2010–2015 JBoss by Red Hat. All rights reserved.