JavaScript is disabled on your browser.
Skip navigation links
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
reactor.fn
Interface Supplier<T>
Type Parameters:
T
- the type of the supplied object
All Known Subinterfaces:
DispatcherSupplier
All Known Implementing Classes:
Buffer.View
,
PersistentQueueSpec
,
Tap
public interface
Supplier<T>
Implementations of this class supply the caller with an object. The provided object can be created each call to
get()
or can be created in some other way.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
get
()
Get an object.
Method Detail
get
T
get()
Get an object.
Returns:
An object.
Skip navigation links
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