Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0opslab/opslabJutil
/ ObjectFilter
Interface
ObjectFilter
src/main/java/com/opslab/functions/ObjectFilter.java:8–15 ·
view source on GitHub ↗
对象过滤接口 @param
Source
from the content-addressed store, hash-verified
6
* @param <T>
7
*/
8
public
interface
ObjectFilter<T> {
9
/**
10
* 实现自定义过滤方法
11
* @param t
12
* @
return
13
*/
14
boolean filter(T t);
15
}
Callers
2
listFileFilter
Method · 0.65
grayImage
Method · 0.65
Implementers
1
WebHelper
src/main/java/com/opslab/helper/WebHel
Calls
no outgoing calls
Tested by
no test coverage detected