public interface  org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall extends java.lang.Object
{
public abstract java.lang.Object apply(org.junit.jupiter.api.extension.InvocationInterceptor, org.junit.jupiter.api.extension.InvocationInterceptor$Invocation, org.junit.jupiter.api.extension.ReflectiveInvocationContext, org.junit.jupiter.api.extension.ExtensionContext) throws java.lang.Throwable;
public static org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall ofVoidMethod(org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall$VoidMethodInterceptorCall)
{
org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall$VoidMethodInterceptorCall v;
org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall v;
v := @parameter: org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall$VoidMethodInterceptorCall;
v = staticinvoke <org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall$lambda_ofVoidMethod_0__362: org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall bootstrap$(org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall$VoidMethodInterceptorCall)>(v);
return v;
}
}