Package com.google.code.gaeom

Examples of com.google.code.gaeom.Delete


  }

  @Override
  public Delete delete(final Iterable<?> os)
  {
    return new Delete()
    {
      @Override
      public Void now()
      {
        return FutureUtils.safeGet(later());
View Full Code Here

TOP

Related Classes of com.google.code.gaeom.Delete

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.