public interface UncheckedBooleanSupplier extends BooleanSupplier
boolean
结果的供应商,它不会抛出任何检查的异常。
Modifier and Type | Field and Description |
---|---|
static UncheckedBooleanSupplier |
FALSE_SUPPLIER
始终返回
false 并永不抛出的供应商。
|
static UncheckedBooleanSupplier |
TRUE_SUPPLIER
始终返回
true 且永不抛出的供应商。
|
static final UncheckedBooleanSupplier FALSE_SUPPLIER
false
并永不抛出的供应商。
static final UncheckedBooleanSupplier TRUE_SUPPLIER
true
且永不抛出的供应商。
boolean get()
get
在界面
BooleanSupplier
Copyright © 2008–2018 The Netty Project. All rights reserved.