seq

object seq

Provides nice extensions to the interface of scala.Seq, for convenience.

class Object
trait Matchable
class Any
seq.type

Extensions

Extensions

extension [Element](self: Seq[Element])

Return a random element from the collection. Uses the standard scala.util.Random singleton.

Return a random element from the collection. Uses the standard scala.util.Random singleton.