SerializableCanBuildFroms

Factory instances implementing Serializable, so that the objects capturing those can be serializable too.

Factory instances implementing Serializable, so that the objects capturing those can be serializable too.

class Object
trait Matchable
class Any

Implicits

Implicits

implicit def bitsetFactory[T]: Factory[Int, BitSet]
implicit def listFactory[T]: Factory[T, List[T]]
implicit def mapFactory[T, U]: Factory[(T, U), Map[T, U]]