Interface Implementation

All Superinterfaces:
BiFunction<JsonObject,Map<String,JsonValue>,JsonValue>

public interface Implementation extends BiFunction<JsonObject,Map<String,JsonValue>,JsonValue>
The implementation generated by a MongoDB operator. It will receive two arguments: the JSON object to work on and variables, which have names that start with $$.
Since:
1.3
Author:
Werner Donné