Uses of Class
java.lang.invoke.MethodHandles.Lookup
| Package | Description |
|---|---|
| java.lang.invoke |
-
Uses of MethodHandles.Lookup in java.lang.invoke
Methods in java.lang.invoke with parameters of type MethodHandles.Lookup Modifier and Type Method Description static CallSiteLambdaMetafactory. altMetafactory(MethodHandles.Lookup caller, String invokedName, MethodType invokedType, Object... args)Stub method needed to satisfy Java 8 compilers when compiling lambdas.static CallSiteLambdaMetafactory. metafactory(MethodHandles.Lookup caller, String invokedName, MethodType invokedType, MethodType samMethodType, MethodHandle implMethod, MethodType instantiatedMethodType)Stub method needed to satisfy Java 8 compilers when compiling lambdas.