Package org.jetbrains.mps.openapi.util
Interface Processor<T>
- 
- Type Parameters:
- T-
 
 public interface Processor<T>This class was copied from com.intellij.util.Processor This is different from Consumer class as it can stop processing
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanprocess(T t)
 
-