Projection2

interface Projection2<T1, T2> : Projection<Pair<T1, T2>>

Functions

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