Uses of Interface
io.netty.util.UncheckedBooleanSupplier
-
Packages that use UncheckedBooleanSupplier Package Description io.netty.util Utility classes used across multiple packages. -
-
Uses of UncheckedBooleanSupplier in io.netty.util
Fields in io.netty.util declared as UncheckedBooleanSupplier Modifier and Type Field Description static UncheckedBooleanSupplierUncheckedBooleanSupplier. FALSE_SUPPLIERA supplier which always returnsfalseand never throws.static UncheckedBooleanSupplierUncheckedBooleanSupplier. TRUE_SUPPLIERA supplier which always returnstrueand never throws.
-