@FunctionalInterface public interface FloatConsumer
Modifier and Type | Method and Description |
---|---|
void |
accept(float f)
执行
|
default FloatConsumer |
andThen(FloatConsumer after)
链式执行
|
void accept(float f)
f
- floatdefault FloatConsumer andThen(FloatConsumer after)
after
- afterCopyright © 2024. All rights reserved.