``` $collection->each(function($key, $value, EachContext $context) { }); ``` ``` class EachContext { public function isFirst(): bool; public function isLast(): bool; } ```