public class LambdaMetafactory extends Object
| Constructor and Description |
|---|
LambdaMetafactory() |
| Modifier and Type | Method and Description |
|---|---|
static CallSite |
altMetafactory(MethodHandles.Lookup caller,
String invokedName,
MethodType invokedType,
Object... args)
Stub added to appease compilers.
|
static CallSite |
metafactory(MethodHandles.Lookup caller,
String invokedName,
MethodType invokedType,
MethodType samMethodType,
MethodHandle implMethod,
MethodType instantiatedMethodType)
Stub added to appease compilers.
|
public static CallSite metafactory(MethodHandles.Lookup caller, String invokedName, MethodType invokedType, MethodType samMethodType, MethodHandle implMethod, MethodType instantiatedMethodType) throws RuntimeException
caller - invokedName - invokedType - samMethodType - implMethod - instantiatedMethodType - RuntimeExceptionpublic static CallSite altMetafactory(MethodHandles.Lookup caller, String invokedName, MethodType invokedType, Object... args) throws RuntimeException
caller - invokedName - invokedType - args - RuntimeException