public final class org.junit.jupiter.api.AssertAll$lambda_assertAll_0__1 extends java.lang.Object implements java.util.function.Function
{
public static java.util.function.Function bootstrap$()
{
org.junit.jupiter.api.AssertAll$lambda_assertAll_0__1 v;
v = new org.junit.jupiter.api.AssertAll$lambda_assertAll_0__1;
specialinvoke v.<org.junit.jupiter.api.AssertAll$lambda_assertAll_0__1: void <init>()>();
return v;
}
public void <init>()
{
org.junit.jupiter.api.AssertAll$lambda_assertAll_0__1 v;
v := @this: org.junit.jupiter.api.AssertAll$lambda_assertAll_0__1;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.lang.Object apply(java.lang.Object)
{
java.lang.Throwable v;
java.lang.Object v;
org.junit.jupiter.api.AssertAll$lambda_assertAll_0__1 v;
v := @this: org.junit.jupiter.api.AssertAll$lambda_assertAll_0__1;
v := @parameter: java.lang.Object;
v = staticinvoke <org.junit.jupiter.api.AssertAll: java.lang.Throwable lambda$assertAll$0(org.junit.jupiter.api.function.Executable)>(v);
return v;
}
}