Uses of Interface
com.intellij.util.Query
-
Packages that use Query Package Description com.intellij.util -
-
Uses of Query in com.intellij.util
Classes in com.intellij.util that implement Query Modifier and Type Class Description classArrayQuery<T>classCollectionQuery<T>classEmptyQuery<R>classLazyQuery<T>classMergeQuery<T,T1 extends T,T2 extends T>Methods in com.intellij.util that return Query Modifier and Type Method Description protected abstract Query<T>LazyQuery. computeQuery()static <T> Query<T>EmptyQuery. getEmptyQuery()Constructors in com.intellij.util with parameters of type Query Constructor Description MergeQuery(Query<T1> query1, Query<T2> query2)
-