Package | Description |
---|---|
ninja.utils |
Modifier and Type | Method and Description |
---|---|
Lambdas.Kind |
Lambdas.LambdaInfo.getKind() |
static Lambdas.Kind |
Lambdas.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lambdas.Kind[] |
Lambdas.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LambdaInfo(Object lambda,
Lambdas.Kind kind,
SerializedLambda serializedLambda,
Method functionalMethod,
Method implementationMethod) |
Copyright © 2019 ninjaframework. All rights reserved.