Packages

trait Otherwise[R] extends AnyRef

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Otherwise
  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

Abstract Value Members

  1. abstract def otherwise(notbody: ⇒ R): R

Concrete Value Members

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