Example usage for org.apache.commons.collections15 Closure interface-usage

List of usage examples for org.apache.commons.collections15 Closure interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.collections15 Closure interface-usage.

Usage

From source file org.funcito.collectionsgeneric.CollectGenClosure.java

public class CollectGenClosure<T> implements Closure<T> {

    private FunctorBase<T, Void> functorBase;

    public CollectGenClosure(InvokableState state, TypedMode<Void> mode) {
        functorBase = FunctorFactory.instance().makeFunctionalBase(state, mode);