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.