Golden Lion
Added
- DropWhile:It removes the elements in the stream that match with the given input function.
- IndexesOf:It returns the index for all the occurrences of the element in the stream.
- GroupBy:It creates groups depending on the returned function value.
- Add new examples to repository koazee-samples
Changed
- README has been updated with latest operations.