Package org.jboss.weld.test.util
Interface ActionSequence.TransformationUtils.Function<F,T>
-
- Type Parameters:
F- the input type of this functionT- the output type of this function
- Enclosing class:
- ActionSequence.TransformationUtils
public static interface ActionSequence.TransformationUtils.Function<F,T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tapply(F input)Returns the result of applying this function toinput.
-