Java8 Lambda Function assignment with exception

前端 未结 0 1014
南旧
南旧 2021-01-29 03:51

I have a function

public ShoppingCart fetchCart(Long storeId) throw NotFoundException {
    ///
}

Then I was trying to assign this function to an

相关标签:
回答
  • 消灭零回复
提交回复
热议问题