|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Executable | |
|---|---|
| net.sf.staccatocommons.defs | This package contains function-like interfaces of different arities - number or arguments -, and interfaces that describe container-like objects |
| net.sf.staccatocommons.defs.predicate | |
| Uses of Executable in net.sf.staccatocommons.defs |
|---|
| Methods in net.sf.staccatocommons.defs with parameters of type Executable | |
|---|---|
Type |
ProtoMonad.each(Executable<? super A> block)
Answers a ProtoMonad that executes the given block for each of its elements. |
void |
ProtoMonad.forEach(Executable<? super A> block)
Executes the given Executable for each element in this
ProtoMonad. |
| Uses of Executable in net.sf.staccatocommons.defs.predicate |
|---|
| Methods in net.sf.staccatocommons.defs.predicate with parameters of type Executable | |
|---|---|
Predicate<A> |
Predicate.withEffectOnFalse(Executable<A> executable)
Adds a a side effect to this predicate, that will be evaluated whenever the predicate evaluation is false |
Predicate<A> |
Predicate.withEffectOnTrue(Executable<A> executable)
Adds a side effect to this predicate, that will be evaluated whenever the predicate evaluation is true |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||