@FunctionalInterface public interface ShotConsumer
Modifier and Type | Method and Description |
---|---|
void |
accept(short s)
执行
|
default ShotConsumer |
andThen(ShotConsumer after)
链式执行
|
void accept(short s)
s
- shortdefault ShotConsumer andThen(ShotConsumer after)
after
- afterCopyright © 2024. All rights reserved.