public interface SenderGet
| Modifier and Type | Method and Description |
|---|---|
<RESULT extends InfoResult> |
get(InfoGet<RESULT> infoGet)
通过定义好返回值的InfoGet对象获取返回值
|
<RESULT extends InfoResult> RESULT get(InfoGet<RESULT> infoGet)
RESULT - InfoGet对象的指定返回值类型infoGet - InfoGet对象Copyright © 2020. All rights reserved.