程序包 | 说明 |
---|---|
io.netty.util |
Benchmarks for
io.netty.util . |
限定符和类型 | 接口和说明 |
---|---|
interface |
UncheckedBooleanSupplier
Represents a supplier of
boolean -valued results which doesn't throw any checked exceptions. |
限定符和类型 | 字段和说明 |
---|---|
static BooleanSupplier |
BooleanSupplier.FALSE_SUPPLIER
A supplier which always returns
false and never throws. |
static BooleanSupplier |
BooleanSupplier.TRUE_SUPPLIER
A supplier which always returns
true and never throws. |