TopicNullFilter

The structure that represents a null filter.

Types

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

Properties

Link copied to clipboard

A structure that represents a singular filter constant, used in filters to specify a single value to match against.

Link copied to clipboard

A Boolean value that indicates if the filter is inverse.

Link copied to clipboard

The type of the null filter. Valid values for this type are NULLS_ONLY, NON_NULLS_ONLY, and ALL_VALUES.

Functions

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