Transformers that should be added include: - [x] head - [x] last - [x] tail - [x] take - [x] takeRight - [x] takeWhile - [x] drop - [x] dropRight - [x] dropWhile - [x] partition - [x] contains - [x] containsSlice - [x] endsWith - [x] startsWith - [x] filter - [x] find - [x] map - [x] ~~flatMap~~ - [x] flatten - [x] fold - [x] foldLeft - [x] foldRight - [x] groupBy - [ ] grouped - [ ] indexOf - [ ] indexOfSlice - [ ] length - [ ] join - [x] reduce - [x] reduceLeft - [x] reduceRight - [ ] reverse - [ ] slice - [ ] sortBy - [ ] splitAt - [ ] sum - [ ] zip - [ ] unzip - [ ] union This list draws on the methods available to Seq descendants in Scala