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 TypeInterfaceDescriptioninterface
Represents a supplier ofboolean
-valued results which doesn't throw any checked exceptions.Fields in io.netty.util declared as BooleanSupplierModifier and TypeFieldDescriptionstatic final BooleanSupplier
BooleanSupplier.FALSE_SUPPLIER
A supplier which always returnsfalse
and never throws.static final BooleanSupplier
BooleanSupplier.TRUE_SUPPLIER
A supplier which always returnstrue
and never throws.