Predicate

class Predicate

Stores information for generating Amplify DataStore queries. Use a Predicate to retrieve a subset of the data in a collection.

Types

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

Properties

Link copied to clipboard

A list of predicates to combine logically.

Link copied to clipboard

The field to query.

Link copied to clipboard

The value to use when performing the evaluation.

Link copied to clipboard

The type of value to use when performing the evaluation.

Link copied to clipboard

The operator to use to perform the evaluation.

Link copied to clipboard

A list of predicates to combine logically.

Functions

Link copied to clipboard
inline fun copy(block: Predicate.Builder.() -> Unit = {}): Predicate
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