Robot Core Documentation
Loading...
Searching...
No Matches
edu.wpi.first.util.function.FloatConsumer Interface Reference

Public Member Functions

void accept (float value)
 

Detailed Description

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).

Member Function Documentation

◆ accept()

void edu.wpi.first.util.function.FloatConsumer.accept ( float value)

Performs this operation on the given argument.

Parameters
valuethe input argument

The documentation for this interface was generated from the following file: