show 'progress' message while building index.

This commit is contained in:
Kris De Volder
2016-12-08 09:45:25 -08:00
parent c2cf531956
commit 5e98569cc7
6 changed files with 68 additions and 21 deletions

View File

@@ -4,7 +4,11 @@ import reactor.core.publisher.Flux;
import reactor.util.function.Tuple2;
public interface IJavaProject extends IJavaElement {
/**
* TypeFilter is deprecated. Should use java.util.funcion.Predicate<IType> instead.
*/
@Deprecated
@FunctionalInterface
public static interface TypeFilter {
boolean accept(IType type);