gpt4 book ai didi

Java 8 orElseThrow : why is compiler not complaining that method does not have a "throws"

转载 作者:搜寻专家 更新时间:2023-11-01 01:31:18 25 4
gpt4 key购买 nike

<分区>

我有以下代码:

public Trail getNewestTrail() {
return trails.stream().max(Comparator.comparing(Trail::getTimestamp)).orElseThrow(NoSuchElementException::new);

}

在没有将 getNewestTrail 声明为抛出异常的情况下,我没有看到任何错误 - 为什么?

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com