Class Illuminate\Database\Eloquent\Collection

<TKey is array-key, TModel is Model>

extends Collection<TKey, TModel>
implements QueueableCollection
uses InteractsWithDictionary
Methods
Methods inherited from Illuminate\Support\Collection
__construct(), range(), all(), lazy(), median(), mode(), collapseWithKeys(), containsStrict(), crossJoin(), diffUsing(), diffAssoc(), diffAssocUsing(), diffKeys(), diffKeysUsing(), duplicates(), duplicatesStrict(), filter(), first(), forget(), get(), getOrPut(), groupBy(), keyBy(), has(), hasAny(), implode(), intersectUsing(), intersectAssoc(), intersectAssocUsing(), intersectByKeys(), isEmpty(), containsOneItem(), join(), last(), mapToDictionary(), mergeRecursive(), multiply(), combine(), union(), nth(), select(), pop(), prepend(), push(), unshift(), concat(), pull(), put(), random(), replace(), replaceRecursive(), reverse(), search(), before(), after(), shift(), shuffle(), sliding(), skip(), skipUntil(), skipWhile(), slice(), split(), splitIn(), sole(), firstOrFail(), chunk(), chunkWhile(), sort(), sortDesc(), sortBy(), sortByMany(), sortByDesc(), sortKeys(), sortKeysDesc(), sortKeysUsing(), splice(), take(), takeUntil(), takeWhile(), transform(), dot(), undot(), values(), getIterator(), count(), add(), toBase(), offsetExists(), offsetGet(), offsetSet(), offsetUnset()
Methods used from Illuminate\Support\Traits\EnumeratesValues
make(), wrap(), unwrap(), empty(), times(), avg(), average(), some(), dd(), dump(), each(), eachSpread(), every(), firstWhere(), value(), ensure(), isNotEmpty(), mapSpread(), mapToGroups(), flatMap(), mapInto(), min(), max(), forPage(), 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\Database\Eloquent\Relations\Concerns\InteractsWithDictionary
getDictionaryKey()
Properties inherited from Illuminate\Support\Collection
$items
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