then
abstract infix fun <X : Any> then(other: NonNullExpression<X>): Projection4<T1, T2, T3, X>
Content copied to clipboard
abstract infix fun <X : Any> then(other: Expression<X>): Projection4<T1, T2, T3, X?>
Content copied to clipboard
abstract infix fun <X : Entity<*>> then(other: NonNullTable<X, *>): Projection4<T1, T2, T3, X>
Content copied to clipboard