Package | Description |
---|---|
org.ovirt.engine.core.utils.linq |
Modifier and Type | Method and Description |
---|---|
static <IN,OUT> List<OUT> |
LinqUtils.foreach(Collection<IN> collection,
Function<IN,OUT> f)
Replaces LINQ's select()
Returns a new list which contains all the objects from original collection with function applied to them.
|
Copyright © 2012. All Rights Reserved.