コード例 #1
0
ファイル: TypedCollection.php プロジェクト: Innmind/Immutable
 /**
  * {@inheritdoc}
  */
 public function map(callable $mapper) : CollectionInterface
 {
     return new self($this->type, parent::map($mapper)->toPrimitive());
 }