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

Packages that use AbstractDelayable2
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.function This package contains the AbstractFunction abstract class and variants, and the Functions factory class methods hub, which provide rich-interfaced Applicables and variants 
 

Uses of AbstractDelayable2 in net.sf.staccatocommons.lang.block
 

Subclasses of AbstractDelayable2 in net.sf.staccatocommons.lang.block
 class Block2<T1,T2>
           
 

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

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



Copyright © 2010-2012 Staccatocommons. All Rights Reserved.