|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
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
|
Empty.getInstance()
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||