Class Illuminate\Database\Eloquent\Collection

extends Collection
implements QueueableCollection
Methods
Methods inherited from Illuminate\Support\Collection
__construct(), range(), all(), lazy(), avg(), median(), mode(), doesntContain(), crossJoin(), diffUsing(), diffAssoc(), diffAssocUsing(), diffKeys(), diffKeysUsing(), duplicates(), duplicatesStrict(), filter(), first(), forget(), get(), getOrPut(), groupBy(), keyBy(), has(), hasAny(), implode(), intersectByKeys(), isEmpty(), containsOneItem(), join(), last(), mapToDictionary(), mergeRecursive(), combine(), union(), nth(), pop(), prepend(), push(), concat(), pull(), put(), random(), replace(), replaceRecursive(), reverse(), search(), shift(), shuffle(), sliding(), skip(), skipUntil(), skipWhile(), slice(), split(), splitIn(), sole(), firstOrFail(), chunk(), chunkWhile(), sort(), sortDesc(), sortBy(), sortByDesc(), sortKeys(), sortKeysDesc(), sortKeysUsing(), splice(), take(), takeUntil(), takeWhile(), transform(), undot(), values(), getIterator(), count(), countBy(), add(), toBase(), offsetExists(), offsetGet(), offsetSet(), offsetUnset()
Methods used from Illuminate\Support\Traits\EnumeratesValues
make(), wrap(), unwrap(), empty(), times(), average(), some(), containsStrict(), dd(), dump(), each(), eachSpread(), every(), firstWhere(), isNotEmpty(), mapSpread(), mapToGroups(), flatMap(), mapInto(), min(), max(), forPage(), partition(), sum(), when(), whenEmpty(), whenNotEmpty(), unless(), unlessEmpty(), unlessNotEmpty(), where(), whereNull(), whereNotNull(), whereStrict(), whereIn(), whereInStrict(), whereBetween(), whereNotBetween(), whereNotIn(), whereNotInStrict(), whereInstanceOf(), pipe(), pipeInto(), pipeThrough(), tap(), reduce(), reduceMany(), reduceSpread(), reduceWithKeys(), reject(), uniqueStrict(), collect(), toArray(), jsonSerialize(), toJson(), getCachingIterator(), __toString(), escapeWhenCastingToString(), proxy(), __get()
Methods used from Illuminate\Support\Traits\Macroable
macro(), mixin(), hasMacro(), flushMacros(), __callStatic(), __call()
Properties used from Illuminate\Support\Traits\EnumeratesValues
$average, $avg, $contains, $doesntContain, $each, $every, $filter, $first, $flatMap, $groupBy, $keyBy, $map, $max, $min, $partition, $reject, $some, $sortBy, $sortByDesc, $skipUntil, $skipWhile, $sum, $takeUntil, $takeWhile, $unique, $until