Which of these is the correct syntax for a lambda expression in Java?
{() => }
() => {}
() -> {}
{() -> }