aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util/Function.java
Commit message (Collapse)AuthorAgeFilesLines
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-171-6/+6
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* Adding Function and FunctionTask extending RunnableTask functionalitySven Gothel2013-02-131-0/+49
Function allows passing arguments and having a return value in contrast to Runnable, where FunctionTask allows a Function to be invoked and waited for.