Packages

object IterableFactory extends java.io.Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IterableFactory
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class Delegate[CC[_]] extends IterableFactory[CC]
    Annotations
    @SerialVersionUID()

Value Members

  1. implicit def toBuildFrom[A, CC[_]](factory: IterableFactory[CC]): BuildFrom[Any, A, CC[A]]
  2. implicit def toFactory[A, CC[_]](factory: IterableFactory[CC]): Factory[A, CC[A]]

    Fixes the element type of factory to A

    Fixes the element type of factory to A

    A

    Type of elements

    CC

    Collection type constructor of the factory (e.g. Seq, List)

    factory

    The factory to fix the element type

    returns

    A Factory that uses the given factory to build a collection of elements of type A