public interface BooleanSupplier
boolean结果的供应商。
| Modifier and Type | Field and Description |
|---|---|
static BooleanSupplier |
FALSE_SUPPLIER
始终返回
false并永不抛出的供应商。
|
static BooleanSupplier |
TRUE_SUPPLIER
始终返回
true且永不抛出的供应商。
|
static final BooleanSupplier FALSE_SUPPLIER
false并永不抛出的供应商。
static final BooleanSupplier TRUE_SUPPLIER
true并始终抛出的供应商。
Copyright © 2008–2018 The Netty Project. All rights reserved.