public final class org.finos.legend.engine.persistence.components.util.LogicalPlanUtils$of__27 extends java.lang.Object implements java.util.function.Function
{
public static java.util.function.Function bootstrap$()
{
org.finos.legend.engine.persistence.components.util.LogicalPlanUtils$of__27 v;
v = new org.finos.legend.engine.persistence.components.util.LogicalPlanUtils$of__27;
specialinvoke v.<org.finos.legend.engine.persistence.components.util.LogicalPlanUtils$of__27: void <init>()>();
return v;
}
public void <init>()
{
org.finos.legend.engine.persistence.components.util.LogicalPlanUtils$of__27 v;
v := @this: org.finos.legend.engine.persistence.components.util.LogicalPlanUtils$of__27;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.lang.Object apply(java.lang.Object)
{
org.finos.legend.engine.persistence.components.logicalplan.values.StringValue v;
java.lang.Object v;
org.finos.legend.engine.persistence.components.util.LogicalPlanUtils$of__27 v;
v := @this: org.finos.legend.engine.persistence.components.util.LogicalPlanUtils$of__27;
v := @parameter: java.lang.Object;
v = staticinvoke <org.finos.legend.engine.persistence.components.logicalplan.values.StringValue: org.finos.legend.engine.persistence.components.logicalplan.values.StringValue of(java.lang.String)>(v);
return v;
}
}