Uses of Interface
edu.cmu.cs.crystal.util.Lambda2

Packages that use Lambda2
edu.cmu.cs.crystal.util Several utilities that other analysis writers have found useful. 
 

Uses of Lambda2 in edu.cmu.cs.crystal.util
 

Methods in edu.cmu.cs.crystal.util with parameters of type Lambda2
<O> O
ConsList.foldl(Lambda2<? super T,? super O,? extends O> lam, O o)
          Fold over the elements of this list.