public final class org.apache.dubbo.registry.consul.ConsulServiceDiscovery$getService__576 extends java.lang.Object implements java.util.function.Function
{
public static java.util.function.Function bootstrap$()
{
org.apache.dubbo.registry.consul.ConsulServiceDiscovery$getService__576 v;
v = new org.apache.dubbo.registry.consul.ConsulServiceDiscovery$getService__576;
specialinvoke v.<org.apache.dubbo.registry.consul.ConsulServiceDiscovery$getService__576: void <init>()>();
return v;
}
public void <init>()
{
org.apache.dubbo.registry.consul.ConsulServiceDiscovery$getService__576 v;
v := @this: org.apache.dubbo.registry.consul.ConsulServiceDiscovery$getService__576;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.lang.Object apply(java.lang.Object)
{
com.ecwid.consul.v.health.model.HealthService$Service v;
java.lang.Object v;
org.apache.dubbo.registry.consul.ConsulServiceDiscovery$getService__576 v;
v := @this: org.apache.dubbo.registry.consul.ConsulServiceDiscovery$getService__576;
v := @parameter: java.lang.Object;
v = virtualinvoke v.<com.ecwid.consul.v.health.model.HealthService: com.ecwid.consul.v.health.model.HealthService$Service getService()>();
return v;
}
}