org.littleshoot.util
Interface Closure<T>


public interface Closure<T>

A closure.


Method Summary
 void execute(T object)
          Executes this closure on a given object.
 

Method Detail

execute

void execute(T object)
Executes this closure on a given object.

Parameters:
object - The object.


Copyright © 2011-2013 LittleShoot. All Rights Reserved.