KConfigurable Root Query Implementor
interface KConfigurableRootQueryImplementor<E : Any, R> : KConfigurableRootQuery<E, R>
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@NewChain
Content copied to clipboard
Link copied to clipboard
abstract infix fun intersect(other: KTypedRootQuery<R>): KTypedRootQuery<R>
Content copied to clipboard
Link copied to clipboard
@NewChain
Content copied to clipboard
Link copied to clipboard
abstract infix operator fun minus(other: KTypedRootQuery<R>): KTypedRootQuery<R>
Content copied to clipboard
Link copied to clipboard
@NewChain
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract infix fun unionAll(other: KTypedRootQuery<R>): KTypedRootQuery<R>
Content copied to clipboard
Link copied to clipboard
@NewChain
Content copied to clipboard