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 IxSupplier<R>
Type Parameters:
R
- the output value type
public interface
IxSupplier<R>
A function callback with no inputs and one output value.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
R
get
()
Calls the function which returns a value.
Method Detail
get
R
get()
Calls the function which returns a value.
Returns:
the output 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