Interface Evaluatable<Input, Output>

When implemented, the main purpose of the class is to evaluate at an input and return an output.

Type Parameters

  • Input

    The input data type.

  • Output

    The output data type.

Hierarchy

Implemented by

Methods

Methods

  • Performs the evaluation. Should be a pure function.

    Parameters

    • input: Input

      The input data.

    Returns Output

    The output data.

Generated using TypeDoc