Future<V>nl.talsmasoftware.context.delegation.DelegatingFuturepublic abstract class DelegatingFuture<V>
extends nl.talsmasoftware.context.delegation.DelegatingFuture<V>
Future by forwarding all required methods to a
delegate future object.
Although this class implements all required methods of Future it is still declared as an
abstract class. This is because it does not provide any value in itself.
DelegatingFuture| Modifier and Type | Field | Description |
|---|---|---|
protected Future<V> |
delegate |
Deprecated.
Please use
Wrapper.nonNullDelegate(). |
| Modifier | Constructor | Description |
|---|---|---|
protected |
DelegatingFuture(Future<V> delegate) |
Deprecated.
|
Copyright © 2016–2018 Talsma ICT. All rights reserved.