Skip to content

Golden Lion

Compare
Choose a tag to compare
@ivancorrales ivancorrales released this 13 Jan 03:48
· 6 commits to master since this release

Koazee 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.