public class LambdaMetafactory extends Object
Modifier and Type | Field and Description |
---|---|
static int |
FLAG_BRIDGES
Deprecated.
|
static int |
FLAG_MARKERS
Deprecated.
|
static int |
FLAG_SERIALIZABLE
Deprecated.
|
Constructor and Description |
---|
LambdaMetafactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static CallSite |
altMetafactory(MethodHandles.Lookup a,
String b,
MethodType c,
Object... d)
Deprecated.
|
static CallSite |
metafactory(MethodHandles.Lookup a,
String f,
MethodType b,
MethodType c,
MethodHandle d,
MethodType e)
Deprecated.
|
public static final int FLAG_SERIALIZABLE
public static final int FLAG_MARKERS
public static final int FLAG_BRIDGES
public static CallSite metafactory(MethodHandles.Lookup a, String f, MethodType b, MethodType c, MethodHandle d, MethodType e) throws java.lang.invoke.LambdaConversionException
java.lang.invoke.LambdaConversionException
public static CallSite altMetafactory(MethodHandles.Lookup a, String b, MethodType c, Object... d) throws java.lang.invoke.LambdaConversionException
java.lang.invoke.LambdaConversionException