Package org.jetbrains.mps.openapi.util
Interface Consumer<T>
- 
 public interface Consumer<T>
- 
- 
Field SummaryFields Modifier and Type Field Description static ConsumerEMPTY_CONSUMER
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconsume(T t)
 
-