public enum LambdaExtractorC8079F9782DE9908AB49542E13778384 extends Enum<LambdaExtractorC8079F9782DE9908AB49542E13778384> implements org.drools.model.functions.Function1<StockTickEvent,Double>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Field and Description |
|---|---|
static String |
EXPRESSION_HASH |
| Modifier and Type | Method and Description |
|---|---|
Double |
apply(StockTickEvent _this) |
static LambdaExtractorC8079F9782DE9908AB49542E13778384 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LambdaExtractorC8079F9782DE9908AB49542E13778384[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LambdaExtractorC8079F9782DE9908AB49542E13778384 INSTANCE
public static final String EXPRESSION_HASH
public static LambdaExtractorC8079F9782DE9908AB49542E13778384[] values()
for (LambdaExtractorC8079F9782DE9908AB49542E13778384 c : LambdaExtractorC8079F9782DE9908AB49542E13778384.values()) System.out.println(c);
public static LambdaExtractorC8079F9782DE9908AB49542E13778384 valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Double apply(StockTickEvent _this)
apply in interface org.drools.model.functions.Function1<StockTickEvent,Double>Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.