Uses of Class
net.sf.staccatocommons.lang.block.Block2

Packages that use Block2
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 
 

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

Methods in net.sf.staccatocommons.lang.block that return Block2
 Block2<T2,T3> Block3.apply(T1 arg0)
           
 Block2<T1,T2> Block2.nullSafe()
           
 Block2<T1,T2> Block2.then(net.sf.staccatocommons.defs.Executable2<T1,T2> other)
          Chains this block with the given executable, creating a new Block2 that executes this one and then the another one.
 



Copyright © 2010-2012 Staccatocommons. All Rights Reserved.