mirror of
https://gitee.com/jd-platform-opensource/asyncTool.git
synced 2026-03-22 04:27:15 +08:00
refactor: 添加一个泛型接收
This commit is contained in:
@@ -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();
|
||||
}
|
||||
/**
|
||||
* 设置超时时间的具体属性
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user