Class CollectionUtils
- java.lang.Object
-
- com.fifa.connectid.sdk.core.enhancements.CollectionUtils
-
public class CollectionUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description CollectionUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T1,T2>
List<T2>select(List<T1> items, Func2<T1,T2> selector)
-