Function when

  • When the given expression evaluates to false, subsequent operations will be skipped until an endWhen or otherwise operation is encountered.

    Practically, this means an if or if/else statement control flow implementation in a list of operations.

    Parameters

    Returns TOperationResult<IWhenOperationData>

Generated using TypeDoc