tags: Java Lambda Closure JDK8
終於要來介紹 JDK8 Lambda 語法了。在 JDK8 中要表示 (x -> x * 2),基本上,可以寫為以下的形式: (Integer x) -> x + 2