A return in a lambda equals a continue in a for-each, but there is no equivalent to a break. You can just do a return to continue: someObjects.forEach(obj ...
確定! 回上一頁