class org.apache.hc.client.http.impl.Operations$2 extends java.lang.Object implements org.apache.hc.core.concurrent.Cancellable { final java.util.concurrent.Future val$future; void (java.util.concurrent.Future) { org.apache.hc.client.http.impl.Operations$2 v; java.util.concurrent.Future v; v := @this: org.apache.hc.client.http.impl.Operations$2; v := @parameter: java.util.concurrent.Future; v. = v; specialinvoke v.()>(); return; } public boolean cancel() { org.apache.hc.client.http.impl.Operations$2 v; java.util.concurrent.Future v; boolean v; v := @this: org.apache.hc.client.http.impl.Operations$2; v = v.; v = interfaceinvoke v.(1); return v; } }