Uses of Class
java.lang.invoke.MethodType
| Package | Description |
|---|---|
| java.lang.invoke |
-
Uses of MethodType in java.lang.invoke
Methods in java.lang.invoke with parameters of type MethodType 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.