public class SerializedLambda extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
Object[] |
capturedArgs |
String |
implClass |
int |
implMethodKind |
String |
implMethodName |
String |
implMethodSignature |
| Constructor and Description |
|---|
SerializedLambda() |
| Modifier and Type | Method and Description |
|---|---|
static SerializedLambda |
extractLambda(Object lambda) |
public Object[] capturedArgs
public String implClass
public String implMethodName
public String implMethodSignature
public int implMethodKind
public static SerializedLambda extractLambda(Object lambda) throws Exception
ExceptionCopyright © 2018. All Rights Reserved.