Uses of Interface
com.intellij.util.Processor
-
Packages that use Processor Package Description com.intellij.openapi.util.io com.intellij.util com.intellij.util.containers jetbrains.buildServer.artifacts.impl -
-
Uses of Processor in com.intellij.openapi.util.io
Methods in com.intellij.openapi.util.io with parameters of type Processor Modifier and Type Method Description static boolean
FileUtil. processFilesRecursively(File root, Processor<File> processor)
Deprecated. -
Uses of Processor in com.intellij.util
Classes in com.intellij.util that implement Processor Modifier and Type Class Description class
AdapterProcessor<T,S>
class
FilteringProcessor<T>
Methods in com.intellij.util with parameters of type Processor Modifier and Type Method Description boolean
QueryExecutor. execute(Param queryParameters, Processor<Result> consumer)
boolean
ArrayQuery. forEach(Processor<T> consumer)
boolean
CollectionQuery. forEach(Processor<T> consumer)
boolean
EmptyQuery. forEach(Processor<R> consumer)
boolean
LazyQuery. forEach(Processor<T> consumer)
boolean
MergeQuery. forEach(Processor<T> consumer)
boolean
Query. forEach(Processor<Result> consumer)
Process search results one-by-one.void
Generator. generate(Processor<T> processor)
Constructors in com.intellij.util with parameters of type Processor Constructor Description AdapterProcessor(Processor<S> adaptee, Function<T,S> conversion)
FilteringProcessor(Condition<T> filter, Processor<T> processor)
-
Uses of Processor in com.intellij.util.containers
Methods in com.intellij.util.containers with parameters of type Processor Modifier and Type Method Description static <T> List<T>
ContainerUtil. mergeSortedArrays(T[] list1, T[] list2, Comparator<? super T> comparator, boolean mergeEqualItems, Processor<? super T> filter)
static <T> boolean
ContainerUtil. process(Iterable<? extends T> iterable, Processor<T> processor)
static <T> boolean
ContainerUtil. process(T[] iterable, Processor<? super T> processor)
-
Uses of Processor in jetbrains.buildServer.artifacts.impl
Methods in jetbrains.buildServer.artifacts.impl with parameters of type Processor Modifier and Type Method Description void
HttpDiskCache. processCacheEntries(Processor<jetbrains.buildServer.artifacts.impl.HttpCacheEntry> processor)
-