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