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

Packages that use AbstractFunction
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   
net.sf.staccatocommons.lang.internal   
 

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

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

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

Subclasses of AbstractFunction in net.sf.staccatocommons.lang.function.internal
 class ApplicableFunction<A,B>
           
 class ConstantFunction<A,B>
           
 class IdentityFunction<A>
           
 class TopLevelFunction<A,B>
           
 

Uses of AbstractFunction in net.sf.staccatocommons.lang.internal
 

Subclasses of AbstractFunction in net.sf.staccatocommons.lang.internal
 class Add
           
 



Copyright © 2010-2012 Staccatocommons. All Rights Reserved.