JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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 and Description
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.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method