@FunctionalInterface public static interface SendableBuilder.BooleanConsumer
This is a functional interface whose functional method is accept(boolean).
Modifier and Type | Method and Description |
---|---|
void |
accept(boolean value)
Performs the operation on the given value.
|
void accept(boolean value)
value
- the value