@FunctionalInterface
public interface FloatConsumer
| Modifier and Type | Method and Description |
|---|---|
void |
accept(float value) |
default FloatConsumer |
andThen(FloatConsumer after) |
void accept(float value)
default FloatConsumer andThen(FloatConsumer after)