min method

DoubleField min()

Get db value with MIN() function applied.

Implementation

DoubleField min() {
  return DbFunctions.min(this);
}