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

Packages that use AbstractDelayable
net.sf.staccatocommons.lang.block This package contains the Block abstract class and variants, and the Blocks factory class methods hub, which provide rich-interfaced Executables and variants 
net.sf.staccatocommons.lang.block.internal   
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 AbstractDelayable in net.sf.staccatocommons.lang.block
 

Subclasses of AbstractDelayable in net.sf.staccatocommons.lang.block
 class Block<T>
          An abstract, one argument code block, that implements Executable
 

Uses of AbstractDelayable in net.sf.staccatocommons.lang.block.internal
 

Subclasses of AbstractDelayable in net.sf.staccatocommons.lang.block.internal
 class Empty<T>
           
 class TopLevelBlock<T>
           
 

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

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

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

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

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

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



Copyright © 2010-2012 Staccatocommons. All Rights Reserved.