的isPresent代碼,這是條件語句,它可以使用ifPresent來代替它?:如何優化的Java
if (mo.findParameterValueByPath("primaryCRLDP").isPresent()
&& mo.findParameterValueByPath("secondaryCRLDP").isPresent()
&& mo.findParameterValueByPath("primaryCRLDP").get().equals(mo.findParameterValueByPath("secondaryCRLDP").get())) {
return true;
}
也許這樣的代碼是爲什麼給我們任選項的人告訴我們主要用它們作爲方法參數的原因之一,而不是返回類型 – GhostCat
@GhostCat看到編輯失敗;) –
是的,手機不是這種活動的理想設備... – GhostCat