Uses of Interface
org.littleshoot.util.F1

Packages that use F1
org.littleshoot.util   
 

Uses of F1 in org.littleshoot.util
 

Methods in org.littleshoot.util with parameters of type F1
<T1,T2> Collection<T2>
CollectionUtilsImpl.map(Collection<? extends T1> collection, F1<T1,T2> f)
          Maps the items in a collection using a given function.
<T1,T2> Collection<T2>
CollectionUtils.map(Collection<? extends T1> collection, F1<T1,T2> f)
          Maps the items in a collection using a given function.
 



Copyright © 2011-2013 LittleShoot. All Rights Reserved.