Uses of Interface
io.netty.util.BooleanSupplier
-
Packages that use BooleanSupplier Package Description io.netty.util Utility classes used across multiple packages. -
-
Uses of BooleanSupplier in io.netty.util
Subinterfaces of BooleanSupplier in io.netty.util Modifier and Type Interface Description interface
UncheckedBooleanSupplier
Represents a supplier ofboolean
-valued results which doesn't throw any checked exceptions.Fields in io.netty.util declared as BooleanSupplier Modifier and Type Field Description static BooleanSupplier
BooleanSupplier. FALSE_SUPPLIER
A supplier which always returnsfalse
and never throws.static BooleanSupplier
BooleanSupplier. TRUE_SUPPLIER
A supplier which always returnstrue
and never throws.
-