Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider maybeAll() functionality #37

Open
amikheychik opened this issue Dec 4, 2023 · 0 comments
Open

Consider maybeAll() functionality #37

amikheychik opened this issue Dec 4, 2023 · 0 comments
Labels
package:maybe Issues for the @perfective/common/maybe package

Comments

@amikheychik
Copy link
Contributor

amikheychik commented Dec 4, 2023

Sometimes it is useful to combine multiple maybe() checks at once.

Such check is not possible to express in TypeScript generically, but it is possible with overrides (similar to how RxJS provide up to ten arguments in a function).

This work may require some kind of a isDefined() function for multiple arguments.

@amikheychik amikheychik added the package:maybe Issues for the @perfective/common/maybe package label Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:maybe Issues for the @perfective/common/maybe package
Projects
None yet
Development

No branches or pull requests

1 participant