RIP
Tutorial
Tags
Topics
Examples
eBooks
Download groovy (PDF)
groovy
Getting started with groovy
Awesome Book
Awesome Community
Awesome Course
Awesome Tutorial
Awesome YouTube
AST Transformations
Closure Memoize Methods
Closures
Collection Operators
Currying
Domain Specific Languages
Groovy code golfing
Groovy Truth (true-ness)
JSON
Memoized Functions
Memoized Functions
RESTClient
Safe Navigation Operator
Spaceship Operator
Spread Operator
String Interpolation
Strings and GString literals
Dollar slash string
Double quoted string (interpolation)
Double quoted string (without interpolation placeholder)
Multiline string
Multiline string (extra trailing newline)
Multiline string (without extra trailing newline)
Single quoted string
Slashy string (interpolation)
Slashy string (no interpolation placeholder)
Triple double quoted string
Ternary and Elvis Operators
Traits
Use ConfigSluper (instead of property files)
Visiblity
Ways of Iteration in Groovy
groovy
Getting started with groovy
Awesome Book
Awesome Community
Awesome Course
Awesome Tutorial
Awesome YouTube
AST Transformations
Closure Memoize Methods
Closures
Collection Operators
Currying
Domain Specific Languages
Groovy code golfing
Groovy Truth (true-ness)
JSON
Memoized Functions
Memoized Functions
RESTClient
Safe Navigation Operator
Spaceship Operator
Spread Operator
String Interpolation
Strings and GString literals
Dollar slash string
Double quoted string (interpolation)
Double quoted string (without interpolation placeholder)
Multiline string
Multiline string (extra trailing newline)
Multiline string (without extra trailing newline)
Single quoted string
Slashy string (interpolation)
Slashy string (no interpolation placeholder)
Triple double quoted string
Ternary and Elvis Operators
Traits
Use ConfigSluper (instead of property files)
Visiblity
Ways of Iteration in Groovy
groovy
Strings and GString literals
Multiline string
Example
def str = '''multiline string''' assert str instanceof String
PDF
- Download
groovy
for free
Previous
Next