JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.glassfish.jersey.internal.util
Closure
Contents
Description
Method Summary
Method Details
invoke(T)
Hide sidebar
Show sidebar
Interface Closure<T>
Type Parameters:
T
- data type.
public interface
Closure<T>
Closure interface.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
invoke
(
T
data)
Invoke the closure on the data.
Method Details
invoke
void
invoke
(
T
data)
Invoke the closure on the data.
Parameters:
data
- input data.