final class com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask extends com.google.common.util.concurrent.CombinedFuture$CombinedFutureInterruptibleTask
{
private final com.google.common.util.concurrent.AsyncCallable callable;
final com.google.common.util.concurrent.CombinedFuture this$0;
void <init>(com.google.common.util.concurrent.CombinedFuture, com.google.common.util.concurrent.AsyncCallable, java.util.concurrent.Executor)
{
com.google.common.util.concurrent.CombinedFuture v;
java.util.concurrent.Executor v;
com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask v;
java.lang.Object v;
com.google.common.util.concurrent.AsyncCallable v;
v := @this: com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask;
v := @parameter: com.google.common.util.concurrent.CombinedFuture;
v := @parameter: com.google.common.util.concurrent.AsyncCallable;
v := @parameter: java.util.concurrent.Executor;
v.<com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask: com.google.common.util.concurrent.CombinedFuture this$0> = v;
specialinvoke v.<com.google.common.util.concurrent.CombinedFuture$CombinedFutureInterruptibleTask: void <init>(com.google.common.util.concurrent.CombinedFuture,java.util.concurrent.Executor)>(v, v);
v = staticinvoke <com.google.common.base.Preconditions: java.lang.Object checkNotNull(java.lang.Object)>(v);
v.<com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask: com.google.common.util.concurrent.AsyncCallable callable> = v;
return;
}
com.google.common.util.concurrent.ListenableFuture runInterruptibly() throws java.lang.Exception
{
com.google.common.util.concurrent.ListenableFuture v;
com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask v;
java.lang.Object v;
com.google.common.util.concurrent.AsyncCallable v, v;
v := @this: com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask;
v = v.<com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask: com.google.common.util.concurrent.AsyncCallable callable>;
v = interfaceinvoke v.<com.google.common.util.concurrent.AsyncCallable: com.google.common.util.concurrent.ListenableFuture call()>();
v = v.<com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask: com.google.common.util.concurrent.AsyncCallable callable>;
v = staticinvoke <com.google.common.base.Preconditions: java.lang.Object checkNotNull(java.lang.Object,java.lang.String,java.lang.Object)>(v, "AsyncCallable.call returned null instead of a Future. Did you mean to return immediateFuture(null)? %s", v);
return v;
}
void setValue(com.google.common.util.concurrent.ListenableFuture)
{
com.google.common.util.concurrent.CombinedFuture v;
com.google.common.util.concurrent.ListenableFuture v;
com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask v;
v := @this: com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask;
v := @parameter: com.google.common.util.concurrent.ListenableFuture;
v = v.<com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask: com.google.common.util.concurrent.CombinedFuture this$0>;
virtualinvoke v.<com.google.common.util.concurrent.CombinedFuture: boolean setFuture(com.google.common.util.concurrent.ListenableFuture)>(v);
return;
}
java.lang.String toPendingString()
{
java.lang.String v;
com.google.common.util.concurrent.AsyncCallable v;
com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask v;
v := @this: com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask;
v = v.<com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask: com.google.common.util.concurrent.AsyncCallable callable>;
v = virtualinvoke v.<java.lang.Object: java.lang.String toString()>();
return v;
}
}