Lambdas (a.k.a. Blocks)
Lambdas are quickly becoming a common tool in the developer’s toolkit, offering an easy way to define simple, throwaway functions without the need to fully define them. In this article, let’s explore how lambdas are used in Guidewire PolicyCenter. Base Code Within Gosu scratchpad, add this to the top of the editor as this will…