When Block
interface WhenBlock
Represents a conditional branch within a CASE expression.
This interface serves as a bridge in the DSL to facilitate the WHEN { ... } THEN value syntax. It is returned by the CaseBuilder.WHEN function and used as a receiver for the CaseBuilder.THEN infix function.
Author
MOHAMMAD AZIM ANSARI