软件包 | 描述 |
---|---|
io.netty.util |
在多个包中使用的实用程序类。
|
Modifier and Type | Interface and Description |
---|---|
interface |
UncheckedBooleanSupplier
代表
boolean 结果的供应商,它不会抛出任何检查的异常。
|
Modifier and Type | Field and Description |
---|---|
static BooleanSupplier |
BooleanSupplier.FALSE_SUPPLIER
总是返回
false 并永不抛出的供应商。
|
static BooleanSupplier |
BooleanSupplier.TRUE_SUPPLIER
总是返回
true 并永不抛出的供应商。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.