Package com.intellij.util
Interface PairProcessor<S,T>
-
public interface PairProcessor<S,T>
- Author:
- Gregory.Shrago
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
process(S s, T t)
-