Uses of Interface
com.fifa.connectid.sdk.core.enhancements.Func2
-
Packages that use Func2 Package Description com.fifa.connectid.sdk.core.enhancements -
-
Uses of Func2 in com.fifa.connectid.sdk.core.enhancements
Methods in com.fifa.connectid.sdk.core.enhancements with parameters of type Func2 Modifier and Type Method Description static <T1,T2>
List<T2>CollectionUtils. select(List<T1> items, Func2<T1,T2> selector)
-