org.scalacheck.Buildable

object buildableSet

[source: org/scalacheck/Buildable.scala]

implicit object buildableSet
extends Buildable[scala.collection.Set]
Method Summary
def builder [T] : Builder[scala.collection.Set, T]
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def builder[T] : Builder[scala.collection.Set, T]
Overrides
Buildable.builder