Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

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

@d47853

Description

@d47853

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"
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementImprovement to existing functionality/feature

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions