Package com.intellij.util
Interface Consumer<T>
-
- All Known Subinterfaces:
ArrayConsumer<T>
,AsynchConsumer<T>
- All Known Implementing Classes:
BufferedListConsumer
public interface Consumer<T>
-
-
Field Summary
Fields Modifier and Type Field Description static Consumer
EMPTY_CONSUMER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
consume(T t)
-