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

ApplyBiFunction only works when run against a pair of inputs #212

Open
d47853 opened this issue Jan 15, 2021 · 0 comments
Open

ApplyBiFunction only works when run against a pair of inputs #212

d47853 opened this issue Jan 15, 2021 · 0 comments
Labels
enhancement Improvement to existing functionality/feature
Milestone

Comments

@d47853
Copy link
Member

d47853 commented Jan 15, 2021

It would be useful to have a function which allows the execution of a BinaryOperator against a stored state and an input. This would mean less functions have to be written to replicate what BinaryOperators do.

For example, you wouldn't need the IsMoreThan function because you could use:

{
  "class": "ApplyBinaryOperator",
  "state": 5,
  "binaryOperator": {
    "class": "Max"
  }
}
@d47853 d47853 added the enhancement Improvement to existing functionality/feature label Jan 15, 2021
@n3101 n3101 added this to the v2_backlog milestone Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement to existing functionality/feature
Projects
None yet
Development

No branches or pull requests

2 participants