JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
tripleo.elijah.util
Interface ReadySupplier<T>
All Superinterfaces:
Supplier
<T>
All Known Implementing Classes:
PromiseReadySupplier
,
ReadySupplier_1
public interface
ReadySupplier<T>
extends
Supplier
<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
get
()
boolean
ready
()
Method Details
get
T
get
()
Specified by:
get
in interface
Supplier
<
T
>
ready
boolean
ready
()