Posts

Showing posts with the label lambda

Normal vs Lambda expression or Highorder function

Lambda definition: Kotlin has concise (short) syntax for defining lambda functions, which makes it easier to work with functional programming constructs. Lambda Expression syntax in Kotlin: { argument -> businessloginwith_return } { a, b -> a+b } Lambda