| Package | Description |
|---|---|
| org.osgi.util.function |
Function Package Version 1.0.
|
| org.osgi.util.promise |
Promise Package Version 1.0.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Function<T,R>
A function that accepts a single argument and produces a result.
|
interface |
Predicate<T>
A predicate that accepts a single argument and produces a boolean result.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Failure
Failure callback for a Promise.
|
interface |
Success<T,R>
Success callback for a Promise.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.