Example usage for Java java.lang.invoke SerializedLambda fields, constructors, methods, implement or subclass
The text is from its open source code.
Object | getCapturedArg(int i) Get a dynamic argument to the lambda capture site. |
int | getCapturedArgCount() Get the count of dynamic arguments to the lambda capture site. |
String | getFunctionalInterfaceClass() Get the name of the invoked type to which this lambda has been converted |
String | getFunctionalInterfaceMethodName() Get the name of the primary method for the functional interface to which this lambda has been converted. |
String | getFunctionalInterfaceMethodSignature() Get the signature of the primary method for the functional interface to which this lambda has been converted. |
String | getImplClass() Get the name of the class containing the implementation method. |
String | getImplMethodName() Get the name of the implementation method. |
String | getImplMethodSignature() Get the signature of the implementation method. |