whenHasPath
Return a new processor from this one that only applied to members with the given path.
Return
a new ValueProcessor that only applies when the path matches
Parameters
path
the patch to match
Return a new processor from this one that only applied to members that match the given path predicate.
Return
a new ValueProcessor that only applies when the predicatematches
Parameters
predicate
the predicate that must match