aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util/Function.java
Commit message (Collapse)AuthorAgeFilesLines
* 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.