Uses of Interface
org.osgi.util.function.Predicate
-
Packages that use Predicate Package Description org.osgi.util.promise Promise Package Version 1.0. -
-
Uses of Predicate in org.osgi.util.promise
Methods in org.osgi.util.promise with parameters of type Predicate Modifier and Type Method Description Promise<T>
Promise. filter(Predicate<? super T> predicate)
Filter the value of this Promise.
-