public final class com.google.common.collect.AbstractTable$getValue__13 extends java.lang.Object implements java.util.function.Function
{
public static java.util.function.Function bootstrap$()
{
com.google.common.collect.AbstractTable$getValue__13 v;
v = new com.google.common.collect.AbstractTable$getValue__13;
specialinvoke v.<com.google.common.collect.AbstractTable$getValue__13: void <init>()>();
return v;
}
public void <init>()
{
com.google.common.collect.AbstractTable$getValue__13 v;
v := @this: com.google.common.collect.AbstractTable$getValue__13;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.lang.Object apply(java.lang.Object)
{
java.lang.Object v, v;
com.google.common.collect.AbstractTable$getValue__13 v;
v := @this: com.google.common.collect.AbstractTable$getValue__13;
v := @parameter: java.lang.Object;
v = interfaceinvoke v.<com.google.common.collect.Table$Cell: java.lang.Object getValue()>();
return v;
}
}