Themes

Select a theme

4 mins read image
sheikh irshad October 31, 2016
Use Groovy Closure to create a tree data structure

Closure is an open, anonymous, block of code that can take arguments, return a value and be assigned to a variable.

4 mins read image
sheikh irshad October 31, 2016
Groovy : simplifying SAM type as closures

A SAM type is a type which defines a single abstract method. It includes functional interfaces and Abstract classes with single abstract method