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<? super E, ? extends F> function) static <T> intCollectionUtil.findIndexOf(Iterable<T> iterable, IFunction<? super T, Boolean> predicate)