public final class org.apache.drill.common.util.TestGuavaPatcher$valueOf__2 extends java.lang.Object implements java.util.function.IntFunction
{
public static java.util.function.IntFunction bootstrap$()
{
org.apache.drill.common.util.TestGuavaPatcher$valueOf__2 v;
v = new org.apache.drill.common.util.TestGuavaPatcher$valueOf__2;
specialinvoke v.<org.apache.drill.common.util.TestGuavaPatcher$valueOf__2: void <init>()>();
return v;
}
public void <init>()
{
org.apache.drill.common.util.TestGuavaPatcher$valueOf__2 v;
v := @this: org.apache.drill.common.util.TestGuavaPatcher$valueOf__2;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.lang.Object apply(int)
{
int v;
java.lang.Integer v;
org.apache.drill.common.util.TestGuavaPatcher$valueOf__2 v;
v := @this: org.apache.drill.common.util.TestGuavaPatcher$valueOf__2;
v := @parameter: int;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
return v;
}
}