Java java.lang.invoke LambdaMetafactory fields, constructors, methods, implement or subclass

Example usage for Java java.lang.invoke LambdaMetafactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.lang.invoke LambdaMetafactory.

The text is from its open source code.

Method

CallSitemetafactory(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.