NonNull

interface NonNull<R : Any> : KTypedSubQuery<R> , KNonNullExpression<R>

Functions

Link copied to clipboard
abstract infix override fun intersect(other: KTypedSubQuery<R>): KTypedSubQuery.NonNull<R>
Link copied to clipboard
abstract infix operator override fun minus(other: KTypedSubQuery<R>): KTypedSubQuery.NonNull<R>
Link copied to clipboard
abstract infix fun union(other: KTypedSubQuery.NonNull<R>): KTypedSubQuery.NonNull<R>
abstract infix fun union(other: KTypedSubQuery.Nullable<R>): KTypedSubQuery.Nullable<R>
abstract infix fun union(other: KTypedSubQuery<R>): KTypedSubQuery<R>
Link copied to clipboard
abstract infix fun unionAll(other: KTypedSubQuery.NonNull<R>): KTypedSubQuery.NonNull<R>
abstract infix fun unionAll(other: KTypedSubQuery.Nullable<R>): KTypedSubQuery.Nullable<R>
abstract infix fun unionAll(other: KTypedSubQuery<R>): KTypedSubQuery<R>

Inheritors

Link copied to clipboard