com.phoenixst.collections
public class ClosureChain extends Object implements Closure, Serializable
Closures
.
Since: 1.0
Version: $Revision: 1.4 $
Constructor Summary | |
---|---|
ClosureChain(Closure[] closures)
Creates a new ClosureChain . | |
ClosureChain(Collection closures)
Creates a new ClosureChain . | |
ClosureChain(Closure first, Closure second)
Creates a new ClosureChain . |
Method Summary | |
---|---|
void | execute(Object object) |
List | getOperands()
Returns an unmodifiable List of the argument
Closures being used by this
ClosureChain . |
String | toString() |
ClosureChain
.ClosureChain
.ClosureChain
.List
of the argument
Closures
being used by this
ClosureChain
.