org.apache.awf.util
Class NopAsyncResult<T>
java.lang.Object
org.apache.awf.util.NopAsyncResult<T>
public class NopAsyncResult<T>
- extends Object
Convenience class used to limit the Java verboseness.
|
Method Summary |
static
|
of(Class<T> type)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nopAsyncResult
public final AsyncResult<T> nopAsyncResult
of
public static <T> NopAsyncResult<T> of(Class<T> type)
Copyright © 2012. All Rights Reserved.