Stepper

scala.collection.Stepper
See theStepper companion trait
object Stepper

Attributes

Companion
trait
Source
Stepper.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Stepper.type

Members list

Type members

Classlikes

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.

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.

Attributes

Source
Stepper.scala
Supertypes
class Object
trait Matchable
class Any