Packages

object EvidenceIterableFactory extends java.io.Serializable

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

Type Members

  1. class Delegate[CC[_], Ev[_]] extends EvidenceIterableFactory[CC, Ev]
    Annotations
    @SerialVersionUID()

Value Members

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

    Fixes the element type of factory to A

    Fixes the element type of factory to A

    Ev

    Type constructor of the evidence (usually Ordering or ClassTag)

    A

    Type of elements

    CC

    Collection type constructor of the factory (e.g. TreeSet)

    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