Skip to content

Instantly share code, notes, and snippets.

@sreeprasad
Created November 22, 2014 12:14
Show Gist options
  • Select an option

  • Save sreeprasad/d539ecf355782179af25 to your computer and use it in GitHub Desktop.

Select an option

Save sreeprasad/d539ecf355782179af25 to your computer and use it in GitHub Desktop.
lambda expression to create instance of Runnable interface
Runnable aRunnableObject = () -> System.out.println("Hello CrowdTwist !");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment