Uses of Interface
org.openl.util.CollectionUtils.Mapper
Packages that use CollectionUtils.Mapper
-
Uses of CollectionUtils.Mapper in org.openl.util
Methods in org.openl.util with parameters of type CollectionUtils.MapperModifier and TypeMethodDescriptionstatic <I,O> List <O> CollectionUtils.map(Iterable<I> col, CollectionUtils.Mapper<? super I, ? extends O> mapper) Returns a new Collection consisting of the elements of the input collection transformed by the given transformer.