Package org.jetbrains.mps.openapi.util
Interface Consumer<T>
- 
- All Superinterfaces:
- Consumer<T>
 - 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> extends Consumer<T> 
- 
- 
Field SummaryFields Modifier and Type Field Description static ConsumerEMPTY_CONSUMER
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidaccept(T t)voidconsume(T t)
 
- 
- 
- 
Field Detail- 
EMPTY_CONSUMERstatic final Consumer EMPTY_CONSUMER 
 
- 
 
-