net.sf.staccatocommons.lang.block
Class Blocks

java.lang.Object
  extended by net.sf.staccatocommons.lang.block.Blocks

public class Blocks
extends Object

Author:
flbulgarelli

Constructor Summary
Blocks()
           
 
Method Summary
static
<T> Block<T>
empty()
          Returns a block that does nothing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Blocks

public Blocks()
Method Detail

empty

@NonNull
public static <T> Block<T> empty()
Returns a block that does nothing

Type Parameters:
T -
Returns:
an empty block


Copyright © 2010-2012 Staccatocommons. All Rights Reserved.