Robot Core Documentation
|
Public Member Functions | |
void | accept (float value) |
Represents an operation that accepts a single float-valued argument and returns no result. This is the primitive type specialization of java.util.function.Consumer
for float. Unlike most other functional interfaces, BooleanConsumer is expected to operate via side effects.
This is a functional interface whose functional method is accept(float)
.
void edu.wpi.first.util.function.FloatConsumer.accept | ( | float | value | ) |
Performs this operation on the given argument.
value | the input argument |