Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/0opslab/opslabJutil
/ ObjectHandler
Interface
ObjectHandler
src/main/java/com/opslab/functions/ObjectHandler.java:6–15 ·
view source on GitHub ↗
定义一些处理接口,便于优雅的处理一些数据,实现的方法不返回数据
Source
from the content-addressed store, hash-verified
4
* 定义一些处理接口,便于优雅的处理一些数据,实现的方法不返回数据
5
*/
6
public
interface
ObjectHandler<T> {
7
8
/**
9
* 实现自定义处理方法
10
* @param t
11
*/
12
void
handler(T t);
13
14
15
}
Callers
2
handler
Method · 0.65
handlerWithLine
Method · 0.65
Implementers
2
CollectionHelperTest
src/test/java/com/opslab/helper/Collec
CollectionHelper
src/main/java/com/opslab/helper/Collec
Calls
no outgoing calls
Tested by
no test coverage detected