eq

infix fun eq(value: String): Predicate
infix fun eq(value: Double): Predicate
infix fun eq(value: BigDecimal): Predicate
infix fun eq(value: Boolean): Predicate

Some value at this path equals value.


infix fun eq(value: Long): Predicate

Some value at this path equals value, whatever width the document stored it at.