| Package | Description |
|---|---|
| org.osgi.util.promise |
Promise Package Version 1.0.
|
| Modifier and Type | Field and Description |
|---|---|
private Predicate<? super T> |
PromiseImpl.Filter.predicate |
| Modifier and Type | Method and Description |
|---|---|
Promise<T> |
Promise.filter(Predicate<? super T> predicate)
Filter the value of this Promise.
|
Promise<T> |
PromiseImpl.filter(Predicate<? super T> predicate)
Filter the value of this Promise.
|
| Constructor and Description |
|---|
Filter(Predicate<? super T> predicate) |