JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.github.dm.jrt.function
Interface Supplier<OUT>
Type Parameters:
OUT
- the output data type.
All Known Implementing Classes:
SupplierWrapper
public interface
Supplier<OUT>
Interface representing a supplier of results.
Created by davide-maestroni on 09/21/2015.
Method Summary
Methods
Modifier and Type
Method and Description
OUT
get
()
Gets a result.
Method Detail
get
OUT
get()
Gets a result.
Returns:
a result.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method