Package com.intellij.util
Interface Validateable<T>
-
public interface Validateable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
findMe()
boolean
isValid()
-
-
-
Method Detail
-
isValid
boolean isValid()
-
findMe
T findMe()
-
-