@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)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.