Uses of Interface
com.intellij.util.Consumer
-
Packages that use Consumer Package Description com.intellij.util -
-
Uses of Consumer in com.intellij.util
Subinterfaces of Consumer in com.intellij.util Modifier and Type Interface Description interface
ArrayConsumer<T>
interface
AsynchConsumer<T>
Classes in com.intellij.util that implement Consumer Modifier and Type Class Description class
BufferedListConsumer<T>
Fields in com.intellij.util declared as Consumer Modifier and Type Field Description static Consumer
Consumer. EMPTY_CONSUMER
Constructors in com.intellij.util with parameters of type Consumer Constructor Description BufferedListConsumer(int size, Consumer<List<T>> consumer, int interval)
-