|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.syrup.functions.Duplicate
Duplicates either the first or second input to both first and second output. If both first and second input are filled, it will copy the first input to the first output and leaves the second input. The next round will copy the second input if the first input isn't filled.
Constructor Summary | |
Duplicate()
|
Method Summary | |
Result |
execute(Context context)
Generates a Result given a Task's Context. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Duplicate()
Method Detail |
public Result execute(Context context)
Function
execute
in interface Function
context
- The Context from which the Function get its parameters.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |