org.glassfish.jersey.internal.util
Interface Closure<T>

Type Parameters:
T - data type.

public interface Closure<T>

Closure interface.

Author:
Marek Potociar (marek.potociar at oracle.com)

Method Summary
 void invoke(T data)
          Invoke the closure on the data.
 

Method Detail

invoke

void invoke(T data)
Invoke the closure on the data.

Parameters:
data - input data.


Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.