public final class io.sundr.model.Method$withErasure__1211 extends java.lang.Object implements java.util.function.Function
{
public static java.util.function.Function bootstrap$()
{
io.sundr.model.Method$withErasure__1211 v;
v = new io.sundr.model.Method$withErasure__1211;
specialinvoke v.<io.sundr.model.Method$withErasure__1211: void <init>()>();
return v;
}
public void <init>()
{
io.sundr.model.Method$withErasure__1211 v;
v := @this: io.sundr.model.Method$withErasure__1211;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.lang.Object apply(java.lang.Object)
{
io.sundr.model.Method$withErasure__1211 v;
java.lang.Object v;
io.sundr.model.Property v;
v := @this: io.sundr.model.Method$withErasure__1211;
v := @parameter: java.lang.Object;
v = virtualinvoke v.<io.sundr.model.Property: io.sundr.model.Property withErasure()>();
return v;
}
}