@FunctionalInterface public interface CharConsumer
Modifier and Type | Method and Description |
---|---|
void |
accept(char c)
执行
|
default CharConsumer |
andThen(CharConsumer after)
链式执行
|
void accept(char c)
c
- chardefault CharConsumer andThen(CharConsumer after)
after
- afterCopyright © 2024. All rights reserved.