CaseWhereOnBuilder

Builder for predicate-dispatch CASE/WHEN where the discriminator is an arbitrary field (enum, string, etc.). Branches are matched against the value of discriminatorPath for equality.

Functions

Link copied to clipboard
fun default(block: () -> Where<T>)
Link copied to clipboard
fun whenEq(value: K, block: () -> Where<T>)