Uses of Package
org.osgi.util.function
-
Packages that use org.osgi.util.function Package Description org.osgi.service.zigbee Device Service Specification for ZigBee Technology.org.osgi.util.converter Converter Package Version 1.0.org.osgi.util.function Function Package Version 1.2.org.osgi.util.promise Promise Package Version 1.2.org.osgi.util.pushstream Push Stream Package Version 1.0. -
Classes in org.osgi.util.function used by org.osgi.service.zigbee Class Description Predicate A predicate that accepts a single argument and produces a boolean result. -
Classes in org.osgi.util.function used by org.osgi.util.converter Class Description Function A function that accepts a single argument and produces a result. -
Classes in org.osgi.util.function used by org.osgi.util.function Class Description Consumer A function that accepts a single argument and produces no result.Function A function that accepts a single argument and produces a result.Predicate A predicate that accepts a single argument and produces a boolean result.Supplier A function that produces a result. -
Classes in org.osgi.util.function used by org.osgi.util.promise Class Description Consumer A function that accepts a single argument and produces no result.Function A function that accepts a single argument and produces a result.Predicate A predicate that accepts a single argument and produces a boolean result. -
Classes in org.osgi.util.function used by org.osgi.util.pushstream Class Description Function A function that accepts a single argument and produces a result.Predicate A predicate that accepts a single argument and produces a boolean result.