Package | Description |
---|---|
io.netty.util |
Utility classes used across multiple packages.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UncheckedBooleanSupplier
Represents a supplier of
boolean -valued results which doesn't throw any checked exceptions. |
Modifier and Type | Field and Description |
---|---|
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. |
Copyright © 2008–2017 The Netty Project. All rights reserved.