JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.glassfish.jersey.internal.util
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.