MCPcopy 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 */
8public interface ObjectFilter<T> {
9 /**
10 * 实现自定义过滤方法
11 * @param t
12 * @return
13 */
14 boolean filter(T t);
15}

Callers 2

listFileFilterMethod · 0.65
grayImageMethod · 0.65

Implementers 1

WebHelpersrc/main/java/com/opslab/helper/WebHel

Calls

no outgoing calls

Tested by

no test coverage detected