Projection7

interface Projection7<T1, T2, T3, T4, T5, T6, T7> : Projection<Tuple7<T1, T2, T3, T4, T5, T6, T7>>

Functions

Link copied to clipboard
abstract infix fun <X : Any> then(other: Expression<X>): Projection8<T1, T2, T3, T4, T5, T6, T7, X?>
abstract infix fun <X : Any> then(other: NonNullExpression<X>): Projection8<T1, T2, T3, T4, T5, T6, T7, X>
abstract infix fun <X : Entity<*>> then(other: NonNullTable<X, *>): Projection8<T1, T2, T3, T4, T5, T6, T7, X>
abstract infix fun <X : Entity<*>> then(other: Table<X, *>): Projection8<T1, T2, T3, T4, T5, T6, T7, X?>