Projection5

interface Projection5<T1, T2, T3, T4, T5> : Projection<Tuple5<T1, T2, T3, T4, T5>>

Functions

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