com.intellij.util
Interface Processor<T>

All Known Implementing Classes:
CommonProcessors.CollectProcessor, CommonProcessors.FindFirstProcessor

public interface Processor<T>


Method Summary
 boolean process(T t)
           
 

Method Detail

process

boolean process(T t)
Parameters:
t - consequently takes value of each element of the set this processor is passed to for processing.
Returns:
true to continue processing and false to stop.