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