Package pl.allegro.tech.opel
Class PairsListNode
- java.lang.Object
-
- pl.allegro.tech.opel.PairsListNode
-
public class PairsListNode extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PairsListNode(java.util.List<PairNode> pairs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<PairNode>getPairs()java.util.concurrent.CompletableFuture<?>getValue(EvalContext context)
-
-
-
Constructor Detail
-
PairsListNode
public PairsListNode(java.util.List<PairNode> pairs)
-
-
Method Detail
-
getValue
public java.util.concurrent.CompletableFuture<?> getValue(EvalContext context)
-
getPairs
public java.util.List<PairNode> getPairs()
-
-