Java org.apache.commons.collections.functors ChainedClosure fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.collections.functors ChainedClosure fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.collections.functors ChainedClosure.

The text is from its open source code.

Constructor

ChainedClosure(Closure[] closures)
Constructor that performs no validation.

Method

ClosuregetInstance(Closure[] closures)
Factory method that performs validation and copies the parameter array.
ClosuregetInstance(Collection closures)
Create a new Closure that calls each closure in turn, passing the result into the next closure.