lambda_appian_internal

Hi,

I am searching the usage of lambda_appian_internal() function.

I have not used it earlier and any insights would be helpful on this.

 

Thanks 

Rohini

  Discussion posts and replies are publicly visible

Parents
  • Hi Rohini,

    Lambda expressions are introduced in Java 8 and are touted to be the biggest feature of Java 8.Lambda expressions are used primarily to define inline implementation of a functional interface.Lambda expression eliminates the need of anonymous class and gives a very simple yet powerful functional programming capability to Java.
    Appian utilises lambda_appian_internal() funtion to achieve above funtionality.

    Thanks
    Namrata
Reply
  • Hi Rohini,

    Lambda expressions are introduced in Java 8 and are touted to be the biggest feature of Java 8.Lambda expressions are used primarily to define inline implementation of a functional interface.Lambda expression eliminates the need of anonymous class and gives a very simple yet powerful functional programming capability to Java.
    Appian utilises lambda_appian_internal() funtion to achieve above funtionality.

    Thanks
    Namrata
Children
No Data