Class: ArrayCollection::CollectionArray

Inherits:
Object
  • Object
show all
Extended by:
ArrayComponents::DataHandling, ArrayComponents::Filtering, ArrayComponents::Joining, ArrayComponents::KeyFiltering, ArrayComponents::Mapping
Defined in:
lib/array_collection/collection_array.rb

Overview

Sets of array utilities methods

Method Summary

Methods included from ArrayComponents::Joining

cross_join, full_join, full_outter_join, inner_join, join, left_join, right_join

Methods included from ArrayComponents::KeyFiltering

except, key_by, only

Methods included from ArrayComponents::DataHandling

append, diff, prepend, wrap

Methods included from ArrayComponents::Mapping

map, map_with_keys

Methods included from ArrayComponents::Filtering

filter, where, where_not_nil