Interface Operator

All Superinterfaces:
BiFunction<JsonValue,Features,Implementation>

public interface Operator extends BiFunction<JsonValue,Features,Implementation>
The interface for MongoDB operator implementations. The argument of such a function is the operator expression for which an implementation should be generated. An implementation receives a JSON object and a variable map. The names in that map will be stripped of their "$$" prefix.
Since:
2.0
Author:
Werner Donné