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
net.ninjacat.smooth.functions
Interface Promise<R>
Type Parameters:
R
- Type of value to return
public interface
Promise<R>
Nullary function. A promise to return some value later.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
R
get
()
Call this method to evaluate promise and get promised result
Method Detail
get
R
get()
Call this method to evaluate promise and get promised result
Returns:
result of the calculation
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 © 2018. All rights reserved.