Interface ConditionModel.Operands<T>

Type Parameters:
T - the value type
Enclosing interface:
ConditionModel<T>

public static interface ConditionModel.Operands<T>
Provides condition operands.

Note that each method is called exactly once, during model construction, and the returned instance becomes the model's operand; a reference retained and mutated afterwards is not seen by the model.