Package | Description |
---|---|
com.thoughtworks.proxy.toys.future |
A toy to delay method execution into future.
|
Modifier and Type | Method and Description |
---|---|
static <T> Future.FutureWith<T> |
Future.proxy(Class<T> primaryType)
Creates a proxy instance for asynchronous calls on a type.
|
static <T> Future.FutureWith<T> |
Future.proxy(Class<T> primaryType,
Class<?>... types)
Creates a proxy instance for asynchronous calls on a type.
|
Copyright © 2005–2021 Codehaus. All rights reserved.