Uses of Package
org.osgi.util.function
-
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.