Class EndsWithFunction
- java.lang.Object
 - 
- org.linuxforhealth.fhir.path.function.FHIRPathAbstractFunction
 - 
- org.linuxforhealth.fhir.path.function.FHIRPathStringAbstractFunction
 - 
- org.linuxforhealth.fhir.path.function.EndsWithFunction
 
 
 
 
- 
- All Implemented Interfaces:
 FHIRPathFunction
public class EndsWithFunction extends FHIRPathStringAbstractFunction
 
- 
- 
Constructor Summary
Constructors Constructor Description EndsWithFunction() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<FHIRPathNode>doApply(FHIRPathEvaluator.EvaluationContext evaluationContext, java.util.Collection<FHIRPathNode> context, java.util.List<java.util.Collection<FHIRPathNode>> arguments)For function implementation add the logic hereintgetMaxArity()intgetMinArity()java.lang.StringgetName()- 
Methods inherited from class org.linuxforhealth.fhir.path.function.FHIRPathStringAbstractFunction
apply 
- 
Methods inherited from class org.linuxforhealth.fhir.path.function.FHIRPathAbstractFunction
cacheFunctionResult, equals, generateIssue, getCachedFunctionResult, hasCachedFunctionResult, hashCode 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getName
public java.lang.String getName()
- Specified by:
 getNamein interfaceFHIRPathFunction- Specified by:
 getNamein classFHIRPathAbstractFunction
 
- 
getMinArity
public int getMinArity()
- Specified by:
 getMinArityin interfaceFHIRPathFunction- Specified by:
 getMinArityin classFHIRPathAbstractFunction
 
- 
getMaxArity
public int getMaxArity()
- Specified by:
 getMaxArityin interfaceFHIRPathFunction- Specified by:
 getMaxArityin classFHIRPathAbstractFunction
 
- 
doApply
public java.util.Collection<FHIRPathNode> doApply(FHIRPathEvaluator.EvaluationContext evaluationContext, java.util.Collection<FHIRPathNode> context, java.util.List<java.util.Collection<FHIRPathNode>> arguments)
Description copied from class:FHIRPathStringAbstractFunctionFor function implementation add the logic here- Specified by:
 doApplyin classFHIRPathStringAbstractFunction
 
 - 
 
 -