Searched refs:filteredValue (Results 1 – 1 of 1) sorted by relevance
487 String filteredValue = valueFilter.apply(value); in handlePathValue() local488 if (filteredValue != null) { in handlePathValue()489 data.add(Pair.of(path, filteredValue)); in handlePathValue()