mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix comment
This commit is contained in:
@@ -1022,6 +1022,7 @@ public class HttpRequest extends HttpBase<HttpRequest> {
|
|||||||
*
|
*
|
||||||
* @param <T> 结果类型
|
* @param <T> 结果类型
|
||||||
* @param function 响应内容处理函数
|
* @param function 响应内容处理函数
|
||||||
|
* @return 结果值
|
||||||
* @since 5.8.5
|
* @since 5.8.5
|
||||||
*/
|
*/
|
||||||
public <T> T thenFunction(final Function<HttpResponse, T> function) {
|
public <T> T thenFunction(final Function<HttpResponse, T> function) {
|
||||||
|
Reference in New Issue
Block a user