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