接口 SelectResult<T>
- 类型参数:
T- the type of result
- 所有已知子接口:
NamingResult
public interface SelectResult<T>
Select result.
- 作者:
- lideyou
-
方法概要
-
方法详细资料
-
getResult
T getResult()Get select result.- 返回:
- select result
-
T - the type of resultNamingResult