Package pl.allegro.tech.opel
Class FunctionChainExpressionNode
- java.lang.Object
-
- pl.allegro.tech.opel.FunctionChainExpressionNode
-
public class FunctionChainExpressionNode extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FunctionChainExpressionNode(pl.allegro.tech.opel.OpelNode expression, ArgsGroupNode argsGroups)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<?>getValue(EvalContext context)
-
-
-
Constructor Detail
-
FunctionChainExpressionNode
public FunctionChainExpressionNode(pl.allegro.tech.opel.OpelNode expression, ArgsGroupNode argsGroups)
-
-
Method Detail
-
getValue
public java.util.concurrent.CompletableFuture<?> getValue(EvalContext context)
-
-