Uses of Interface
org.spockframework.util.IFunction
Packages that use IFunction
-
Uses of IFunction in org.spockframework.util
Methods in org.spockframework.util with parameters of type IFunctionModifier and TypeMethodDescriptionstatic <E,
F> ArrayList<F> CollectionUtil.filterMap
(Collection<E> collection, IFunction<E, F> function)