Method references are a shorthand way to write lambda expressions that call a single method. Rather than implementing a method in a functional interface, a method reference simply points to an ...
前回の記事では、`try/catch` を使ったエラーハンドリングをまとめました。「ループの内側に `try/catch` を置くと、1件のエラーで全体が止まらずに続けられる」という使い方は、GASのスクリプトを実運用するときの基本です。 今回は、日常的によく使う配列 ...