Class LambdaMetafactory
java.lang.Object
java.lang.invoke.LambdaMetafactory
Deprecated
these classes are used internally for Lambda compatibility
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CallSitealtMetafactory(MethodHandles.Lookup a, String b, MethodType c, Object... d) static CallSitemetafactory(MethodHandles.Lookup a, String f, MethodType b, MethodType c, MethodHandle d, MethodType e)
-
Field Details
-
FLAG_SERIALIZABLE
public static final int FLAG_SERIALIZABLE- See Also:
-
FLAG_MARKERS
public static final int FLAG_MARKERS- See Also:
-
FLAG_BRIDGES
public static final int FLAG_BRIDGES- See Also:
-
-
Constructor Details
-
LambdaMetafactory
public LambdaMetafactory()
-
-
Method Details
-
metafactory
public static CallSite metafactory(MethodHandles.Lookup a, String f, MethodType b, MethodType c, MethodHandle d, MethodType e) throws java.lang.invoke.LambdaConversionException - Throws:
java.lang.invoke.LambdaConversionException
-
altMetafactory
public static CallSite altMetafactory(MethodHandles.Lookup a, String b, MethodType c, Object... d) throws java.lang.invoke.LambdaConversionException - Throws:
java.lang.invoke.LambdaConversionException
-