Uses of Interface
org.jboss.weld.test.util.ActionSequence.TransformationUtils.Function
-
Packages that use ActionSequence.TransformationUtils.Function Package Description org.jboss.weld.test.util -
-
Uses of ActionSequence.TransformationUtils.Function in org.jboss.weld.test.util
Methods in org.jboss.weld.test.util with parameters of type ActionSequence.TransformationUtils.Function Modifier and Type Method Description static <F,T>
List<T>ActionSequence.TransformationUtils. transform(ActionSequence.TransformationUtils.Function<? super F,? extends T> function, F... inputElements)Returns a list that appliesfunctionto each element ofinputElements.static <F,T>
List<T>ActionSequence.TransformationUtils. transform(ActionSequence.TransformationUtils.Function<? super F,? extends T> function, Collection<F> fromCollection)Returns a list that appliesfunctionto each element offromCollection.
-