Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dynjs/dynjs
/ GenericHandler
Interface
GenericHandler
src/test/java/org/dynjs/runtime/java/GenericHandler.java:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
org.dynjs.runtime.java;
2
3
public
interface
GenericHandler<T> {
4
Object handle(T thing);
5
}
Callers
2
handle
Method · 0.65
handle
Method · 0.65
Implementers
2
GenericDispatcher
src/test/java/org/dynjs/runtime/java/G
Dispatcher
src/test/java/org/dynjs/runtime/java/D
Calls
no outgoing calls
Tested by
no test coverage detected