Package 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

See:
          Description

Class Summary
AbstractDelayable<A,B>  
AbstractDelayable2<A,B,C>  
AbstractDelayable3<A,B,C,D>  
AbstractFunction<A,B>  
AbstractFunction.Soft<A,B> AbstractFunction that handles exceptions by softening them using SoftException.soften(Throwable)
AbstractFunction2<A,B,C>  
AbstractFunction2.Soft<A,B,C> AbstractFunction2 that handles exceptions by softening them using SoftException.soften(Throwable)
AbstractFunction3<A,B,C,D> A three-arguments function
AbstractFunction3.Soft<A,B,C,D> AbstractFunction3 that handles exceptions by softening them using SoftException.soften(Throwable)
Functions Class factory methods for some common Functions
 

Package net.sf.staccatocommons.lang.function Description

This package contains the AbstractFunction abstract class and variants, and the Functions factory class methods hub, which provide rich-interfaced Applicables and variants



Copyright © 2010-2012 Staccatocommons. All Rights Reserved.