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

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

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

Methods in net.sf.staccatocommons.lang.block that return Block
 Block<T2> Block2.apply(T1 arg0)
           
 Block<T3> Block3.apply(T1 arg0, T2 arg1)
           
static
<T> Block<T>
Blocks.empty()
          Returns a block that does nothing
 Block<T> Block.nullSafe()
           
 Block<T> Block.then(net.sf.staccatocommons.defs.Executable<? super T> other)
          Chains this block with the given executable, creating a new Block that executes this one and then the another one.
 

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

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

Methods in net.sf.staccatocommons.lang.block.internal that return Block
static
<T> Block<T>
Empty.getInstance()
           
 



Copyright © 2010-2012 Staccatocommons. All Rights Reserved.