F - the input type of this functionT - the output type of this functionpublic static interface TransformationUtils.Function<F,T>
| Modifier and Type | Method and Description |
|---|---|
T |
apply(F input)
Returns the result of applying this function to
input. |
Copyright © 2008-2015 Seam Framework. All Rights Reserved.