min

trait Collection[A] {
  def min: A
}

min は、このコレクションにの最小の値を返します。

空のコレクションでは、この関数は UnsupportedOperationException 例外を発生させます。