A Closure
represents a block of code which is executed from inside some block, function or iteration. It operates an input object.
Standard implementations of common closures are provided by {@link ClosureUtils}. These include method invocation and for/while loops. @param < T> the type that the closure acts on @since 1.0 @version $Id: Closure.java 1469004 2013-04-17 17:37:03Z tn $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|