Uses of Class
java.lang.invoke.MethodHandle
| Package | Description |
|---|---|
| java.lang.invoke |
-
Uses of MethodHandle in java.lang.invoke
Methods in java.lang.invoke with parameters of type MethodHandle Modifier and Type Method Description 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.