Package ninja.utils
Class Lambdas.LambdaInfo
- java.lang.Object
-
- ninja.utils.Lambdas.LambdaInfo
-
-
Constructor Summary
Constructors Constructor Description LambdaInfo(Object lambda, Lambdas.Kind kind, SerializedLambda serializedLambda, Method functionalMethod, Method implementationMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
areMethodParameterCountsEqual()
Method
getFunctionalMethod()
Method
getImplementationMethod()
Lambdas.Kind
getKind()
Object
getLambda()
SerializedLambda
getSerializedLambda()
String
toString()
-
-
-
Constructor Detail
-
LambdaInfo
public LambdaInfo(Object lambda, Lambdas.Kind kind, SerializedLambda serializedLambda, Method functionalMethod, Method implementationMethod)
-
-
Method Detail
-
getLambda
public Object getLambda()
-
getKind
public Lambdas.Kind getKind()
-
getSerializedLambda
public SerializedLambda getSerializedLambda()
-
getFunctionalMethod
public Method getFunctionalMethod()
-
getImplementationMethod
public Method getImplementationMethod()
-
areMethodParameterCountsEqual
public boolean areMethodParameterCountsEqual()
-
-