Class BranchesTerminal<T extends MqlValue,R extends MqlValue>

java.lang.Object
com.mongodb.client.model.mql.BranchesTerminal<T,R>
Type Parameters:
T - the type of the values that may be checked.
R - the type of the value produced.
Direct Known Subclasses:
BranchesIntermediary

@Beta(CLIENT) public class BranchesTerminal<T extends MqlValue,R extends MqlValue> extends Object
See Branches. This is the terminal branch, to which no additional checks may be added, since the default value has been specified.
Since:
4.9.0