Package org.jetbrains.mps.openapi.util
Interface Consumer<T>
- 
- All Known Implementing Classes:
 CollectConsumer
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
@FunctionalInterface 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) 
 -