Object

object Object

Properties

Link copied to clipboard
val ALL: ObjectFilter

Functions

Link copied to clipboard
fun eq(path: DocumentPathBuilder, value: Any): ObjectFilter
fun <T> eq(path: KProperty<T>, value: T): ObjectFilter
Link copied to clipboard
fun in(path: DocumentPathBuilder, value: Array<Any>): ObjectFilter
fun in(path: DocumentPathBuilder, value: Collection<Any>): ObjectFilter
fun in(path: String, value: Collection<Any>): ObjectFilter
fun <T> in(path: KProperty<T>, value: Collection<Any>): ObjectFilter