Uses of Interface
io.netty.util.BooleanSupplier
Packages that use BooleanSupplier
-
Uses of BooleanSupplier in io.netty.util
Subinterfaces of BooleanSupplier in io.netty.utilModifier and TypeInterfaceDescriptioninterfaceRepresents a supplier ofboolean-valued results which doesn't throw any checked exceptions.Fields in io.netty.util declared as BooleanSupplierModifier and TypeFieldDescriptionstatic final BooleanSupplierBooleanSupplier.FALSE_SUPPLIERA supplier which always returnsfalseand never throws.static final BooleanSupplierBooleanSupplier.TRUE_SUPPLIERA supplier which always returnstrueand never throws.