public class Stepper$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Stepper$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
Stepper$() |
Modifier and Type | Method and Description |
---|---|
int |
Distinct()
Indicates that a Stepper delivers distinct values (e.g.
|
int |
Immutable()
Indicates that a Stepper runs over an immutable collection
|
int |
NonNull()
Indicates that a Stepper will not return any `null` values
|
DoubleStepper |
ofSpliterator(java.util.Spliterator.OfDouble sp)
Creates a `Stepper` over a `DoubleSpliterator`.
|
IntStepper |
ofSpliterator(java.util.Spliterator.OfInt sp)
Creates a `Stepper` over an `IntSpliterator`.
|
LongStepper |
ofSpliterator(java.util.Spliterator.OfLong sp)
Creates a `Stepper` over a `LongSpliterator`.
|
<A> AnyStepper<A> |
ofSpliterator(java.util.Spliterator<A> sp)
Creates a `Stepper` over a generic `Spliterator`.
|
int |
Ordered()
Indicates that a Stepper delivers elements in a particular order that should be maintained
|
int |
Sized()
Indicates that a Stepper knows exactly how many elements it contains
|
int |
SubSized()
Indicates that a Stepper's children (created with substep()) will all know their size.
|
scala.runtime.Nothing$ |
throwNSEE() |
public static final Stepper$ MODULE$
public int Distinct()
public int Immutable()
public int NonNull()
public int Ordered()
public int Sized()
public int SubSized()
public final scala.runtime.Nothing$ throwNSEE()
public <A> AnyStepper<A> ofSpliterator(java.util.Spliterator<A> sp)
public DoubleStepper ofSpliterator(java.util.Spliterator.OfDouble sp)
public IntStepper ofSpliterator(java.util.Spliterator.OfInt sp)
public LongStepper ofSpliterator(java.util.Spliterator.OfLong sp)