Class TLambdaMetafactory
java.lang.Object
de.mirkosertic.bytecoder.classlib.java.lang.invoke.TLambdaMetafactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CallSite
metafactory
(MethodHandles.Lookup aCaller, String aMethodName, MethodType aInvokedType, MethodType aSamMethodType, MethodHandle aImplMethod, MethodType aInstantiatedMethodType)
-
Constructor Details
-
TLambdaMetafactory
public TLambdaMetafactory()
-
-
Method Details
-
metafactory
public static CallSite metafactory(MethodHandles.Lookup aCaller, String aMethodName, MethodType aInvokedType, MethodType aSamMethodType, MethodHandle aImplMethod, MethodType aInstantiatedMethodType)
-