Example usage for Java java.lang.invoke LambdaMetafactory fields, constructors, methods, implement or subclass
The text is from its open source code.
CallSite | metafactory(MethodHandles.Lookup caller, String invokedName, MethodType invokedType, MethodType samMethodType, MethodHandle implMethod, MethodType instantiatedMethodType) Facilitates the creation of simple "function objects" that implement one or more interfaces by delegation to a provided MethodHandle , after appropriate type adaptation and partial evaluation of arguments. |