Constructor and Description |
---|
LambdaInfo(Object lambda,
Lambdas.Kind kind,
SerializedLambda serializedLambda,
Method functionalMethod,
Method implementationMethod) |
Modifier and Type | Method and Description |
---|---|
boolean |
areMethodParameterCountsEqual() |
Method |
getFunctionalMethod() |
Method |
getImplementationMethod() |
Lambdas.Kind |
getKind() |
Object |
getLambda() |
SerializedLambda |
getSerializedLambda() |
String |
toString() |
public LambdaInfo(Object lambda, Lambdas.Kind kind, SerializedLambda serializedLambda, Method functionalMethod, Method implementationMethod)
public Object getLambda()
public Lambdas.Kind getKind()
public SerializedLambda getSerializedLambda()
public Method getFunctionalMethod()
public Method getImplementationMethod()
public boolean areMethodParameterCountsEqual()
Copyright © 2019 ninjaframework. All rights reserved.