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

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

Introduction

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

The text is from its open source code.

Method

ObjectgetCapturedArg(int i)
Get a dynamic argument to the lambda capture site.
intgetCapturedArgCount()
Get the count of dynamic arguments to the lambda capture site.
StringgetFunctionalInterfaceClass()
Get the name of the invoked type to which this lambda has been converted
StringgetFunctionalInterfaceMethodName()
Get the name of the primary method for the functional interface to which this lambda has been converted.
StringgetFunctionalInterfaceMethodSignature()
Get the signature of the primary method for the functional interface to which this lambda has been converted.
StringgetImplClass()
Get the name of the class containing the implementation method.
StringgetImplMethodName()
Get the name of the implementation method.
StringgetImplMethodSignature()
Get the signature of the implementation method.