mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix comment
This commit is contained in:
parent
63028906b9
commit
c8fef0dc69
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user