match

fun match(condValue: KNonNullExpression<T>, value: KExpression<R>): NullableSimpleCase<T, R>
fun match(condValue: KNonNullExpression<T>, value: R): NullableSimpleCase<T, R>
fun match(condValue: T, value: KExpression<R>): NullableSimpleCase<T, R>
fun match(condValue: T, value: R): NullableSimpleCase<T, R>