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