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 interfaceUncheckedBooleanSupplierRepresents 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 BooleanSupplierBooleanSupplier. FALSE_SUPPLIERA supplier which always returnsfalseand never throws.static BooleanSupplierBooleanSupplier. TRUE_SUPPLIERA supplier which always returnstrueand never throws.
-