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