-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Since PHP 8.5 will ship with a pipe opearoator, it will be convenient to use with IteraFn instead of using the Pipeline or even Dash classes in some cases.
Mark this in the documentation.
$processed = $collection
|> IteraFn::map($mapper)
|> IteraFn::reindex($keyFunc)
|> IteraFn::toArray();$fifteenFoos = 'foo'
|> IteraFn::repeat()
|> IteraFn::limit(15)
|> IteraFn::toArray();Metadata
Metadata
Assignees
Labels
No labels