Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in groovy

How to run a loop concurrently in Groovy?

Remove key/value from map while iterating

groovy map

What's the difference between 1..5, [*1..5] and [1..5] in Groovy?

groovy range

Groovy multiple assignment with a map

How to enable Groovy comments in SublimeText 3 on a Mac?

multiple return syntax

groovy

Groovy String Concatenation

string groovy

Is there an API for grep, pipe, cat in groovy?

unix groovy

Using getter and setters in grails or not?

grails groovy setter getter

How to get a value from a JSON (string) in Groovy

json groovy

Grails: Getting the Data Source in a normal groovy class

Spock testing : cleaning after "where:" block finishes

groovy spock

How to convert a Groovy map to key="value" string?

groovy

groovy.xml.MarkupBuilder disable PrettyPrint

Correct way to use Enums in Groovy and Grails

grails groovy enums

Real combination in Groovy

groovy combinatorics

Problems about accessing Kotlin companion object in Groovy?

groovy kotlin

Using JSON to create an object in Groovy/Grails

Spock mocks for Akka's ActorRef

scala groovy akka spock

How to unit test logging error with Spock framework in groovy