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 Consumer<T>
public interface
Consumer<T>
Instances of
Consumer
are functions that act on an instance of a indicated type
Method Summary
Methods
Modifier and Type
Method and Description
void
accept
(
T
t)
Performs this operation on the given argument.
Method Detail
accept
void accept(
T
t)
Performs this operation on the given argument.
Parameters:
t
- the input argument
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