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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompilepublic SubstringAfterLast(RecordPathSegment recordPath, RecordPathSegment searchValue, boolean absolute)
public java.util.stream.Stream<FieldValue> evaluate(RecordPathEvaluationContext context)
evaluate in class RecordPathSegment