Query

class Query

Defines the query to run against an object.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of selectors that define the query. An object must satisfy all of the selectors to match the query.

Functions

Link copied to clipboard
inline fun copy(block: Query.Builder.() -> Unit = {}): Query
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String