Koazee v0.0.4 Release Notes

Release Date: 2019-01-13 // about 5 years ago
  • 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.