JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
ix
Interface IxConsumer<T>
Type Parameters:
T
- the input value type
public interface
IxConsumer<T>
A function callback with one input value.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
accept
(
T
t)
Applies a function to the input value.
Method Detail
accept
void accept(
T
t)
Applies a function to the input value.
Parameters:
t
- the input value
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method