|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Block2 | |
|---|---|
| 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 |
| Uses of Block2 in net.sf.staccatocommons.lang.block |
|---|
| Methods in net.sf.staccatocommons.lang.block that return Block2 | |
|---|---|
Block2<T2,T3> |
Block3.apply(T1 arg0)
|
Block2<T1,T2> |
Block2.nullSafe()
|
Block2<T1,T2> |
Block2.then(net.sf.staccatocommons.defs.Executable2<T1,T2> other)
Chains this block with the given executable, creating a new Block2
that executes this one and then the another one. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||