public final class org.apache.drill.shaded.guava.com.google.common.collect.ImmutableMapValues$getValue__1176 extends java.lang.Object implements java.util.function.Function
{
public static java.util.function.Function bootstrap$()
{
org.apache.drill.shaded.guava.com.google.common.collect.ImmutableMapValues$getValue__1176 v;
v = new org.apache.drill.shaded.guava.com.google.common.collect.ImmutableMapValues$getValue__1176;
specialinvoke v.<org.apache.drill.shaded.guava.com.google.common.collect.ImmutableMapValues$getValue__1176: void <init>()>();
return v;
}
public void <init>()
{
org.apache.drill.shaded.guava.com.google.common.collect.ImmutableMapValues$getValue__1176 v;
v := @this: org.apache.drill.shaded.guava.com.google.common.collect.ImmutableMapValues$getValue__1176;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.lang.Object apply(java.lang.Object)
{
org.apache.drill.shaded.guava.com.google.common.collect.ImmutableMapValues$getValue__1176 v;
java.lang.Object v, v;
v := @this: org.apache.drill.shaded.guava.com.google.common.collect.ImmutableMapValues$getValue__1176;
v := @parameter: java.lang.Object;
v = interfaceinvoke v.<java.util.Map$Entry: java.lang.Object getValue()>();
return v;
}
}