Uses of Class
net.sf.staccatocommons.lang.function.AbstractFunction2

Packages that use AbstractFunction2
net.sf.staccatocommons.lang.function This package contains the AbstractFunction abstract class and variants, and the Functions factory class methods hub, which provide rich-interfaced Applicables and variants 
net.sf.staccatocommons.lang.function.internal   
 

Uses of AbstractFunction2 in net.sf.staccatocommons.lang.function
 

Subclasses of AbstractFunction2 in net.sf.staccatocommons.lang.function
static class AbstractFunction2.Soft<A,B,C>
          AbstractFunction2 that handles exceptions by softening them using SoftException.soften(Throwable)
 

Uses of AbstractFunction2 in net.sf.staccatocommons.lang.function.internal
 

Subclasses of AbstractFunction2 in net.sf.staccatocommons.lang.function.internal
 class TopLevelFunction2<A,B,C>
           
 



Copyright © 2010-2012 StaccatoCommons. All Rights Reserved.