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
com.alee.api.jdk
Interface Supplier<T>
Type Parameters:
T
- the type of results supplied by this supplier
All Known Subinterfaces:
SerializableSupplier
<T>
public interface
Supplier<T>
Represents a supplier of results. There is no requirement that a new or distinct result be returned each time the supplier is invoked. This is a custom supplier for JDK6 support.
Author:
Mikle Garin
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
get
()
Returns a result.
Method Detail
get
T
get()
Returns a result.
Returns:
a result
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
Copyright © 2020. All rights reserved.