Uses of Interface
org.littleshoot.util.F2

Packages that use F2
org.littleshoot.util   
 

Uses of F2 in org.littleshoot.util
 

Methods in org.littleshoot.util with parameters of type F2
<T1,T2> T2
CollectionUtilsImpl.foldl(F2<T2,T1,T2> f, T2 initial, Collection<? extends T1> collection)
          Left-associative fold function.
<T1,T2> T2
CollectionUtils.foldl(F2<T2,T1,T2> f, T2 initial, Collection<? extends T1> collection)
          Left-associative fold function.
 



Copyright © 2011-2013 LittleShoot. All Rights Reserved.