SerializedLambda

Class SerializedLambda

All Implemented Interfaces:
Serializable
public final class SerializedLambda
extends Object
implements Serializable

Serialized form of a lambda expression. The properties of this class represent the information that is present at the lambda factory site, including static metafactory arguments such as the identity of the primary functional interface method and the identity of the implementation method, as well as dynamic metafactory arguments such as values captured from the lexical scope at the time of lambda capture.

Implementors of serializable lambdas, such as compilers or language runtime libraries, are