Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ GenericInterface
Interface
GenericInterface
test/java/clojure/test/GenericInterface.java:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
clojure.test;
2
3
public
interface
GenericInterface<T> {
4
T stampWidgets(T val);
5
}
Callers
nothing calls this directly
Implementers
1
ConcreteClass
test/java/clojure/test/ConcreteClass.j
Calls
no outgoing calls
Tested by
no test coverage detected