Package org.spockframework.util
Interface IMatcher<T>
-
public interface IMatcher<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
matches(T node)
-
-
-
Method Detail
-
matches
boolean matches(T node)
-
-