Packages

t

scala.collection.Stepper

EfficientSplit

trait EfficientSplit extends AnyRef

A marker trait that indicates that a Stepper can call trySplit with at worst O(log N) time and space complexity, and that the division is likely to be reasonably even. Steppers marked with EfficientSplit can be converted to parallel streams with the asJavaParStream method defined in scala.jdk.StreamConverters.

Source
Stepper.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EfficientSplit
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected