MCPcopy 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 */
6public interface ObjectHandler<T> {
7
8 /**
9 * 实现自定义处理方法
10 * @param t
11 */
12 void handler(T t);
13
14
15}

Callers 2

handlerMethod · 0.65
handlerWithLineMethod · 0.65

Implementers 2

CollectionHelperTestsrc/test/java/com/opslab/helper/Collec
CollectionHelpersrc/main/java/com/opslab/helper/Collec

Calls

no outgoing calls

Tested by

no test coverage detected