Projection4

interface Projection4<T1, T2, T3, T4> : Projection<Tuple4<T1, T2, T3, T4>>

Functions

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