What would the equivalent to Java 8 :: (double colon operator) in Groovy?
I\'m trying to translate this example in groovy https://github.com/bytefish/PgBulkInsert
As of Groovy 3 (beta), groovy now has support for java 8 colon syntax (and more).
So the example you have will work exactly the same in groovy.