public class Functions extends Object
Constructor and Description |
---|
Functions() |
public static <I,O> Iterable<O> map(Iterable<I> from, com.google.common.base.Function<I,O> mapping)
I
- the input type (argument type of the mapping function)O
- the output type (return type of the mapping function)from
- the input setmapping
- the mapping functionCopyright © 2009–2013 OW2 Chameleon. All rights reserved.