Packages

trait FactoryOps[From, Elem, To] extends AnyRef

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FactoryOps
  2. AnyRef
  3. Any
Implicitly
  1. by CollectionsHaveToParArray
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Otherwise[R] extends AnyRef

Abstract Value Members

  1. abstract def asParallel: CanCombineFrom[From, Elem, To]
  2. abstract def ifParallel[R](isbody: (CanCombineFrom[From, Elem, To]) ⇒ R): Otherwise[R]
  3. abstract def isParallel: Boolean

Concrete Value Members

  1. def toParArray: ParArray[T]
    Implicit
    This member is added by an implicit conversion from FactoryOps[From, Elem, To] to CollectionsHaveToParArray[FactoryOps[From, Elem, To], T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (FactoryOps[From, Elem, To]) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray