Class FlexibleLambdaMetafactory
java.lang.Object
dev.lukebemish.bytecodebuilder.runtime.FlexibleLambdaMetafactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic CallSitemetafactory(MethodHandles.Lookup caller, String interfaceMethodName, MethodType factoryType, MethodType samMethodType, MethodHandle implementation, MethodType dynamicMethodType)
-
Method Details
-
metafactory
public static CallSite metafactory(MethodHandles.Lookup caller, String interfaceMethodName, MethodType factoryType, MethodType samMethodType, MethodHandle implementation, MethodType dynamicMethodType) throws LambdaConversionException - Throws:
LambdaConversionException
-