MCPcopy 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

1package clojure.test;
2
3public interface GenericInterface<T> {
4 T stampWidgets(T val);
5}

Callers

nothing calls this directly

Implementers 1

ConcreteClasstest/java/clojure/test/ConcreteClass.j

Calls

no outgoing calls

Tested by

no test coverage detected