@FunctionalInterface public interface GetMulFunction<T,V>
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<T> |
get(Collection<V> objectIds)
给定对象唯一标识的集合,返回对应的对象集合
Given the collection of unique ID of the object, return the corresponding object collection
|
Collection<T> get(Collection<V> objectIds)
objectIds - collection of unique IDCopyright © 2020. All rights reserved.