public interface BooleanConsumer
boolean-valued input argument.Consumer| Modifier and Type | Interface and Description |
|---|---|
static class |
BooleanConsumer.Util |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(boolean value)
Performs operation on the given argument.
|
Copyright © 2018. All rights reserved.