![JAR search and dependency download from the Maven repository](/logo.png)
java.lang.invoke.LambdaMetafactory Maven / Gradle / Ivy
package java.lang.invoke;
public class LambdaMetafactory {
native public static CallSite metafactory(
MethodHandles.Lookup caller,
String invokedName,
MethodType invokedType,
MethodType samMethodType,
MethodHandle implMethod,
MethodType instantiatedMethodType
);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy