We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Type safe api reference (markdown)
Original doc missed out on converting the Groupable back to a TypedPipe
Changes `values` to `value` to reflect the single `V => U` nature of `.mapValues` (issue #1447)
Use size instead of sum in basic word count example
Fixed broken 'basics' example
Changed regex "\s+" to "\\s+". (\s is not an escape sequence.)
Fix typo in type signature for `foldLeft and fold`
Correct small typo
make clearer the benefits of putting the smaller CoGroupable on the rhs of joins
fix error in `groupBy` example code
de-emphasize the Fields API.
Change hipsterMonoid's zero object to Double.NegativeInfinity, since Double.PositiveInfinity is not an identity for max. For any x: Double, max(x, Double.PositiveInfinity) = Double.PositiveInfinity.
added a linebreak to make the 1. /2. a real list