Package | Description |
---|---|
com.thoughtworks.proxy.toys.future |
A toy to delay method execution into future.
|
Modifier and Type | Method and Description |
---|---|
static <T> Future.FutureBuild<T> |
Future.proxy(T target)
Creates a proxy instance for asynchronous calls on an object.
|
Future.FutureBuild<T> |
Future.FutureWith.with(Object target)
Defines the object that shall be proxied.
|
Copyright © 2005–2016 Codehaus. All rights reserved.