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 Provider<R>
Type Parameters:
R
- Type of value to return
public interface
Provider<R>
Nullary function. A provider of some value.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
R
get
()
Call this method to get provided value
Method Detail
get
R
get()
Call this method to get provided value
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.