MCPcopy
hub / github.com/tastejs/todomvc / Matcher

Interface Matcher

examples/gwt/src/com/todo/client/ToDoRouting.java:20–25  ·  view source on GitHub ↗

Matcher used to filter todo items, based on some criteria.

Source from the content-addressed store, hash-verified

18 * Matcher used to filter todo items, based on some criteria.
19 */
20 public interface Matcher {
21 /**
22 * Determines whether the given todo item meets the criteria of this matcher.
23 */
24 boolean matches(ToDoItem item);
25 }
26
27 /**
28 * A matcher that matches any todo item.

Callers 8

findOneFunction · 0.65
matchesSelectorFunction · 0.65
ShadowDOM.jsFile · 0.65
matchesFunction · 0.65
oFunction · 0.65
iFunction · 0.65
bFunction · 0.65

Implementers 3

MatchAllexamples/gwt/src/com/todo/client/ToDoR
MatchActiveexamples/gwt/src/com/todo/client/ToDoR
MatchCompletedexamples/gwt/src/com/todo/client/ToDoR

Calls

no outgoing calls

Tested by

no test coverage detected