Class Illuminate\Support\Collection

<TKey is array-key, out TValue>

implements ArrayAccess<TKey, TValue>, CanBeEscapedWhenCastToString, Enumerable<TKey, TValue>
uses EnumeratesValues, Macroable, TransformsToResourceCollection
Methods
Methods used from Illuminate\Support\Traits\EnumeratesValues
make(), wrap(), unwrap(), empty(), times(), fromJson(), avg(), average(), some(), dd(), dump(), each(), eachSpread(), every(), firstWhere(), value(), ensure(), isNotEmpty(), mapSpread(), mapToGroups(), flatMap(), mapInto(), min(), max(), forPage(), partition(), percentage(), sum(), whenEmpty(), whenNotEmpty(), unlessEmpty(), unlessNotEmpty(), where(), whereNull(), whereNotNull(), whereStrict(), whereIn(), whereInStrict(), whereBetween(), whereNotBetween(), whereNotIn(), whereNotInStrict(), whereInstanceOf(), pipe(), pipeInto(), pipeThrough(), reduce(), reduceSpread(), reduceWithKeys(), reject(), tap(), uniqueStrict(), collect(), toArray(), jsonSerialize(), toJson(), getCachingIterator(), __toString(), escapeWhenCastingToString(), proxy(), __get(), getArrayableItems(), operatorForWhere(), useAsCallable(), valueRetriever(), equality(), negate(), identity()
Methods used from Illuminate\Support\Traits\Macroable
macro(), mixin(), hasMacro(), flushMacros(), __callStatic(), __call()
Methods used from Illuminate\Support\Traits\TransformsToResourceCollection
toResourceCollection(), guessResourceCollection()
Properties
Properties used from Illuminate\Support\Traits\EnumeratesValues
$escapeWhenCastingToString, $proxies, $average, $avg, $contains, $doesntContain, $each, $every, $filter, $first, $flatMap, $groupBy, $keyBy, $last, $map, $max, $min, $partition, $percentage, $reject, $skipUntil, $skipWhile, $some, $sortBy, $sortByDesc, $sum, $takeUntil, $takeWhile, $unique, $unless, $until, $when
Properties used from Illuminate\Support\Traits\Macroable
$macros