public interface BooleanSupplier
boolean-valued results.| Modifier and Type | Field and Description |
|---|---|
static BooleanSupplier |
FALSE_SUPPLIER
A supplier which always returns
false and never throws. |
static BooleanSupplier |
TRUE_SUPPLIER
A supplier which always returns
true and never throws. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
get()
Gets a boolean value.
|
static final BooleanSupplier FALSE_SUPPLIER
false and never throws.static final BooleanSupplier TRUE_SUPPLIER
true and never throws.Copyright © 2008–2017 The Netty Project. All rights reserved.