public class SubstringAfterLast extends RecordPathSegment
Constructor and Description |
---|
SubstringAfterLast(RecordPathSegment recordPath,
RecordPathSegment searchValue,
boolean absolute) |
Modifier and Type | Method and Description |
---|---|
java.util.stream.Stream<FieldValue> |
evaluate(RecordPathEvaluationContext context) |
equals, evaluate, evaluate, getPath, hashCode, isAbsolute, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compile
public SubstringAfterLast(RecordPathSegment recordPath, RecordPathSegment searchValue, boolean absolute)
public java.util.stream.Stream<FieldValue> evaluate(RecordPathEvaluationContext context)
evaluate
in class RecordPathSegment