1. 09 3月, 2016 6 次提交
  2. 08 3月, 2016 6 次提交
  3. 07 3月, 2016 2 次提交
  4. 06 3月, 2016 1 次提交
  5. 05 3月, 2016 11 次提交
  6. 04 3月, 2016 3 次提交
  7. 03 3月, 2016 6 次提交
  8. 02 3月, 2016 4 次提交
  9. 01 3月, 2016 1 次提交
    • T
      [FLINK-3557] [stream, scala] Introduce secondary parameter list for fold function · 93733cc0
      Till Rohrmann 提交于
      The fold API call takes an initial value as well as a fold function. In Scala it is possible
      to provide an anonymous function. In order to easily support multi line anonymous functions
      as well as being consistent with Scala's collection API, this PR adds another parameter list
      to the fold API call, which contains the fold function parameter.
      
      Insert spaces between first parameter list and curly braces of anonymous function
      
      This closes #1748.
      93733cc0