public final class org.finos.legend.engine.plan.execution.stores.elasticsearch.v.connection.ElasticsearchHttpContextUtil$isPresent__2 extends java.lang.Object implements java.util.function.Predicate
{
public static java.util.function.Predicate bootstrap$()
{
org.finos.legend.engine.plan.execution.stores.elasticsearch.v.connection.ElasticsearchHttpContextUtil$isPresent__2 v;
v = new org.finos.legend.engine.plan.execution.stores.elasticsearch.v.connection.ElasticsearchHttpContextUtil$isPresent__2;
specialinvoke v.<org.finos.legend.engine.plan.execution.stores.elasticsearch.v.connection.ElasticsearchHttpContextUtil$isPresent__2: void <init>()>();
return v;
}
public void <init>()
{
org.finos.legend.engine.plan.execution.stores.elasticsearch.v.connection.ElasticsearchHttpContextUtil$isPresent__2 v;
v := @this: org.finos.legend.engine.plan.execution.stores.elasticsearch.v.connection.ElasticsearchHttpContextUtil$isPresent__2;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public boolean test(java.lang.Object)
{
java.lang.Object v;
org.finos.legend.engine.plan.execution.stores.elasticsearch.v.connection.ElasticsearchHttpContextUtil$isPresent__2 v;
boolean v;
v := @this: org.finos.legend.engine.plan.execution.stores.elasticsearch.v.connection.ElasticsearchHttpContextUtil$isPresent__2;
v := @parameter: java.lang.Object;
v = virtualinvoke v.<java.util.Optional: boolean isPresent()>();
return v;
}
}