| Package | Description |
|---|---|
| io.netty.util |
Utility classes used across multiple packages.
|
| Modifier and Type | Field and Description |
|---|---|
static UncheckedBooleanSupplier |
UncheckedBooleanSupplier.FALSE_SUPPLIER
A supplier which always returns
false and never throws. |
static UncheckedBooleanSupplier |
UncheckedBooleanSupplier.TRUE_SUPPLIER
A supplier which always returns
true and never throws. |
Copyright © 2008–2019 The Netty Project. All rights reserved.