@FunctionalInterface
public static interface FileBasedIndex.ValueProcessor<V>
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(VirtualFile file,
V value) |
boolean process(VirtualFile file, V value)
value - a value to processfile - the file the value came fromfalse if no further processing is needed, true otherwise