Seven-way discriminated union.
Represents the first alternative of the union. @property value payload chosen for the first branch.
Represents the second alternative of the union. @property value payload chosen for the second branch.
Represents the third alternative of the union. @property value payload chosen for the third branch.
Represents the fourth alternative of the union. @property value payload chosen for the fourth branch.
Represents the fifth alternative of the union. @property value payload chosen for the fifth branch.
Represents the sixth alternative of the union. @property value payload chosen for the sixth branch.
Represents the seventh alternative of the union. @property value payload chosen for the seventh branch.
Exhaustively handles the stored value by delegating to the matching lambda.