JavaScript is disabled on your browser.
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.
Method Summary
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
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