Package pl.allegro.tech.opel
Class IdentifiersListNode
- java.lang.Object
-
- pl.allegro.tech.opel.IdentifiersListNode
-
public class IdentifiersListNode extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IdentifiersListNode(java.util.List<pl.allegro.tech.opel.OpelNode> identifiers)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static pl.allegro.tech.opel.OpelNodeempty()java.util.List<pl.allegro.tech.opel.OpelNode>getIdentifiers()java.util.concurrent.CompletableFuture<?>getValue(EvalContext context)
-
-
-
Method Detail
-
getValue
public java.util.concurrent.CompletableFuture<?> getValue(EvalContext context)
-
empty
public static pl.allegro.tech.opel.OpelNode empty()
-
getIdentifiers
public java.util.List<pl.allegro.tech.opel.OpelNode> getIdentifiers()
-
-