Class SimpleFutureWrapper<K,​V>

  • All Implemented Interfaces:
    Future<V>

    public abstract class SimpleFutureWrapper<K,​V>
    extends FutureWrapper<K,​V>
    Slightly more convenient than the GAE SDK version.
    Author:
    Jeff Schnitzer