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 interfaceArrayConsumer<T>interfaceAsynchConsumer<T>Classes in com.intellij.util that implement Consumer Modifier and Type Class Description classBufferedListConsumer<T>Fields in com.intellij.util declared as Consumer Modifier and Type Field Description static ConsumerConsumer. EMPTY_CONSUMERConstructors in com.intellij.util with parameters of type Consumer Constructor Description BufferedListConsumer(int size, Consumer<List<T>> consumer, int interval)
-