Interface MapNodeQuery
- 
- All Superinterfaces:
 Query
- All Known Implementing Classes:
 QueryProviderBase.Missing
public interface MapNodeQuery extends Query
Evaluation of MAP-SRC.mapperFunction.- Since:
 - 3.4
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SNodeevaluate(MapSrcMacroContext context) 
 - 
 
- 
- 
Method Detail
- 
evaluate
@Nullable SNode evaluate(@NotNull MapSrcMacroContext context) throws GenerationFailureException
- Throws:
 GenerationFailureException
 
 - 
 
 -