Projection8

interface Projection8<T1, T2, T3, T4, T5, T6, T7, T8> : Projection<Tuple8<T1, T2, T3, T4, T5, T6, T7, T8>>

Functions

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