Wednesday, March 21, 2018

implementing interfaces in groovy


​interface 
void f()
void g(int n);
void h(String sint n);
}

{Object[args -> println "method called with $args"as 

x.f(
x.g(5
x.h("a string",2)



-----------------------------

interface 
void f();
void g(int n);
void h(String sint n);


f{println "f is called"},
g{int i-> println "g is called with param ${i}"},
h{Object[args -> println "h is called with ${args}"as X

x.f()
x.g(5)
x.h("a string",2)

No comments:

Post a Comment

உப்பு மாங்காய்

சுருக்குப்பை கிழவி. சுருக்கங்கள் சூழ் கிழவி. பார்க்கும் போதெல்லாம் கூடையுடனே குடியிருப்பாள். கூடை நிறைய குட்டி குட்டி மாங்காய்கள். வெட்டிக்க...