Uses of Class
ninja.utils.Lambdas.Kind
-
Packages that use Lambdas.Kind Package Description ninja.utils -
-
Uses of Lambdas.Kind in ninja.utils
Methods in ninja.utils that return Lambdas.Kind Modifier and Type Method 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.Constructors in ninja.utils with parameters of type Lambdas.Kind Constructor Description LambdaInfo(Object lambda, Lambdas.Kind kind, SerializedLambda serializedLambda, Method functionalMethod, Method implementationMethod)
-