org.apache.awf.util
Class NopAsyncResult<T>

java.lang.Object
  extended by org.apache.awf.util.NopAsyncResult<T>

public class NopAsyncResult<T>
extends Object

Convenience class used to limit the Java verboseness.


Field Summary
 AsyncResult<T> nopAsyncResult
           
 
Method Summary
static
<T> NopAsyncResult<T>
of(Class<T> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nopAsyncResult

public final AsyncResult<T> nopAsyncResult
Method Detail

of

public static <T> NopAsyncResult<T> of(Class<T> type)


Copyright © 2012. All Rights Reserved.