Skip to content

Latest commit

 

History

History
 
 

Lambda Expressions

  • Input parameters and method return body
  • Syntax: ()->{} eg:(x,y)->{x+y}