mirror of
https://gitee.com/jd-platform-opensource/asyncTool.git
synced 2025-12-26 05:37:19 +08:00
refactor: 添加一个泛型接收
This commit is contained in:
parent
e56521caf3
commit
12e29c5ee8
@ -235,6 +235,9 @@ public interface WorkerWrapperBuilder<T, V> {
|
||||
return setNext().wrapper(wrappers).end();
|
||||
}
|
||||
|
||||
default WorkerWrapperBuilder<T, V> nextOf2(Collection<WorkerWrapper<?,?>> wrappers) {
|
||||
return setNext().wrapper(wrappers).end();
|
||||
}
|
||||
/**
|
||||
* 设置超时时间的具体属性
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user