org.jtheque.utils.collections
Interface Closure<T>


public interface Closure<T>

A closure.

Author:
wichtounet

Method Summary
 void execute(T object)
          Perform operations on the input object.
 

Method Detail

execute

void execute(T object)
Perform operations on the input object.

Parameters:
object - The object on which perform operations.


Copyright © 2010 JTheque. All Rights Reserved.