ColumnRowFilter

A filter that uses both column-level and row-level filtering.

Types

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

Properties

Link copied to clipboard

A string containing the name of the column.

Link copied to clipboard

A string containing the row-level filter expression.

Functions

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