net.sf.staccatocommons.lang.block
Class Blocks
java.lang.Object
net.sf.staccatocommons.lang.block.Blocks
public class Blocks
- extends Object
- Author:
- flbulgarelli
|
Method Summary |
static
|
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 |
Blocks
public Blocks()
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.