public final class org.finos.legend.engine.authentication.H2TestDatabaseAuthenticationFlowProvider$registerFlow__16 extends java.lang.Object implements org.eclipse.collections.api.block.procedure.Procedure, java.io.Serializable
{
org.finos.legend.engine.authentication.H2TestDatabaseAuthenticationFlowProvider cap;
public static org.eclipse.collections.api.block.procedure.Procedure bootstrap$(org.finos.legend.engine.authentication.H2TestDatabaseAuthenticationFlowProvider)
{
org.finos.legend.engine.authentication.H2TestDatabaseAuthenticationFlowProvider$registerFlow__16 v;
org.finos.legend.engine.authentication.H2TestDatabaseAuthenticationFlowProvider v;
v := @parameter: org.finos.legend.engine.authentication.H2TestDatabaseAuthenticationFlowProvider;
v = new org.finos.legend.engine.authentication.H2TestDatabaseAuthenticationFlowProvider$registerFlow__16;
specialinvoke v.<org.finos.legend.engine.authentication.H2TestDatabaseAuthenticationFlowProvider$registerFlow__16: void <init>(org.finos.legend.engine.authentication.H2TestDatabaseAuthenticationFlowProvider)>(v);
return v;
}
public void <init>(org.finos.legend.engine.authentication.H2TestDatabaseAuthenticationFlowProvider)
{
org.finos.legend.engine.authentication.H2TestDatabaseAuthenticationFlowProvider$registerFlow__16 v;
org.finos.legend.engine.authentication.H2TestDatabaseAuthenticationFlowProvider v;
v := @this: org.finos.legend.engine.authentication.H2TestDatabaseAuthenticationFlowProvider$registerFlow__16;
v := @parameter: org.finos.legend.engine.authentication.H2TestDatabaseAuthenticationFlowProvider;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<org.finos.legend.engine.authentication.H2TestDatabaseAuthenticationFlowProvider$registerFlow__16: org.finos.legend.engine.authentication.H2TestDatabaseAuthenticationFlowProvider cap0> = v;
return;
}
public void value(java.lang.Object)
{
org.finos.legend.engine.authentication.H2TestDatabaseAuthenticationFlowProvider$registerFlow__16 v;
java.lang.Object v;
org.finos.legend.engine.authentication.H2TestDatabaseAuthenticationFlowProvider v;
v := @this: org.finos.legend.engine.authentication.H2TestDatabaseAuthenticationFlowProvider$registerFlow__16;
v := @parameter: java.lang.Object;
v = v.<org.finos.legend.engine.authentication.H2TestDatabaseAuthenticationFlowProvider$registerFlow__16: org.finos.legend.engine.authentication.H2TestDatabaseAuthenticationFlowProvider cap0>;
virtualinvoke v.<org.finos.legend.engine.authentication.provider.AbstractDatabaseAuthenticationFlowProvider: void registerFlow(org.finos.legend.engine.authentication.DatabaseAuthenticationFlow)>(v);
return;
}
}