Projection3

interface Projection3<T1, T2, T3> : Projection<Triple<T1, T2, T3>>

Functions

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