issues
search
bartfeenstra
/
fu-php
🛠 Functional programming tools for PHP 🐘
https://twitter.com/BartFeenstra
MIT License
2
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support sorting iterators by keys and values.
#32
bartfeenstra
closed
7 years ago
0
Fix and add iterator operation descriptions.
#31
bartfeenstra
closed
7 years ago
0
Add empty() to see if an iterator is empty.
#30
bartfeenstra
closed
7 years ago
0
Add indexed().
#29
bartfeenstra
closed
7 years ago
0
Add first() and last() to retrieve the first and last values from iterators
#28
bartfeenstra
closed
7 years ago
0
Allow iterator values to be reversed.
#27
bartfeenstra
closed
7 years ago
0
Add support for swapping/flipping keys and values.
#26
bartfeenstra
closed
7 years ago
0
Allow user-supplied iterator operations to work with keys as well.
#25
bartfeenstra
closed
7 years ago
0
Add keys(), to convert an iterator to return its keys.
#24
bartfeenstra
closed
7 years ago
0
Add find(), to find the first matching item an iterator produces.
#23
bartfeenstra
closed
7 years ago
0
Add back void return type hints, now that PHP 7.1 is the minimum requirement again.
#22
bartfeenstra
closed
7 years ago
0
Add code formatting and internal links to the README.
#21
bartfeenstra
closed
7 years ago
0
Add partial function application.
#20
bartfeenstra
closed
7 years ago
0
Document the option types.
#19
bartfeenstra
closed
7 years ago
0
Allow folds and reductions to be terminated before all items have been processed.
#18
bartfeenstra
closed
7 years ago
0
Add try_except() and retry_except() to handle exceptions.
#17
bartfeenstra
closed
7 years ago
0
Add a result type.
#16
bartfeenstra
closed
7 years ago
0
Add an option type.
#15
bartfeenstra
closed
7 years ago
0
Support PHP 7.0
#14
bartfeenstra
closed
7 years ago
0
Highlight the namespaces in the documentation.
#13
bartfeenstra
closed
7 years ago
0
Add truth predicates.
#12
bartfeenstra
closed
7 years ago
0
Add a predicate to check for identical values.
#11
bartfeenstra
closed
7 years ago
0
Fix an error in the predicate documentation.
#10
bartfeenstra
closed
7 years ago
0
Add documentation for the forever operation.
#9
bartfeenstra
closed
7 years ago
0
Add a forever operation.
#8
bartfeenstra
closed
7 years ago
0
Add a zip operation.
#7
bartfeenstra
closed
7 years ago
0
Add a missing iterator.
#6
bartfeenstra
closed
7 years ago
0
Reduce the number of namespaced function calls in the README.
#5
bartfeenstra
closed
7 years ago
0
Readme additions
#4
bartfeenstra
closed
7 years ago
0
Add a license to composer.json.
#3
bartfeenstra
closed
7 years ago
0
Improve README formatting
#2
bartfeenstra
closed
7 years ago
0
Initial commit.
#1
bartfeenstra
closed
7 years ago
0
Previous