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 ConsumerEMPTY_CONSUMER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconsume(T t)
-