net.sf.staccatocommons.lang.block.internal
Class TopLevelBlock<T>

java.lang.Object
  extended by net.sf.staccatocommons.lang.function.AbstractDelayable<T,Void>
      extended by net.sf.staccatocommons.lang.block.Block<T>
          extended by net.sf.staccatocommons.lang.block.internal.TopLevelBlock<T>
All Implemented Interfaces:
Serializable, net.sf.staccatocommons.defs.Applicable<T,Void>, net.sf.staccatocommons.defs.Delayable<T,Void>, net.sf.staccatocommons.defs.Executable<T>, net.sf.staccatocommons.defs.partial.NullSafeAware<Block<T>>

public abstract class TopLevelBlock<T>
extends Block<T>
implements Serializable

Author:
flbulgarelli
See Also:
Serialized Form

Constructor Summary
TopLevelBlock()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class net.sf.staccatocommons.lang.block.Block
apply, exec, nullSafe, softExec, then
 
Methods inherited from class net.sf.staccatocommons.lang.function.AbstractDelayable
delayed, delayedValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TopLevelBlock

public TopLevelBlock()
Method Detail

toString

public String toString()
Overrides:
toString in class Block<T>


Copyright © 2010-2012 Staccatocommons. All Rights Reserved.