public override Ops opsWith(BigDecimalOps x) { return BIGDECIMAL_OPS; }
public override Ops opsWith(BigDecimalOps x) { return this; }
public abstract Ops opsWith(BigDecimalOps x);
public Ops opsWith(BigDecimalOps x) { return this; }