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
org.firstinspires.ftc.robotcore.external
Interface Func<T>
public interface
Func<T>
Instances of
Func
are nullary producers of values. TODO: uses of this should probably be replaced with uses of
Supplier
.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
value
()
Returns a value of the indicated type
Method Detail
value
T
value()
Returns a value of the indicated type
Returns:
a value of the indicated type
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