Interface QueryOperator

All Superinterfaces:
BiFunction<JsonValue,Features,Predicate<JsonValue>>

public interface QueryOperator extends BiFunction<JsonValue,Features,Predicate<JsonValue>>
The interface for MongoDB query operator implementations. The argument of such a function is the query operator expression for which an implementation should be generated. An implementation receives the field value of a JSON object.
Since:
2.0
Author:
Werner Donné