Class

scala.compat.java8

IncStepperB

Related Doc: package java8

Permalink

class IncStepperB extends TryStepper[Int]

Linear Supertypes
TryStepper[Int], Stepper[Int], StepperLike[Int, TryStepper[Int]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IncStepperB
  2. TryStepper
  3. Stepper
  4. StepperLike
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IncStepperB(size0: Long)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def accumulate[Acc <: AccumulatorLike[Int, Acc]](implicit accer: AccumulatesFromStepper[Int, Acc]): Acc

    Permalink
    Definition Classes
    Stepper
  5. def anticipateParallelism: IncStepperB.this.type

    Permalink
    Definition Classes
    StepperLike
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def characteristics(): Int

    Permalink
    Definition Classes
    IncStepperB → StepperLike
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def count(p: (Int) ⇒ Boolean): Long

    Permalink
    Definition Classes
    StepperLike
  10. def count(): Long

    Permalink
    Definition Classes
    StepperLike
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def exists(p: (Int) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    StepperLike
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def find(p: (Int) ⇒ Boolean): Option[Int]

    Permalink
    Definition Classes
    StepperLike
  16. def fold[B](zero: B)(op: (B, Int) ⇒ B): B

    Permalink
    Definition Classes
    StepperLike
  17. def foldTo[B](zero: B)(op: (B, Int) ⇒ B)(p: (B) ⇒ Boolean): B

    Permalink
    Definition Classes
    StepperLike
  18. final def foreach(f: (Int) ⇒ Unit): Unit

    Permalink
    Definition Classes
    TryStepper → StepperLike
  19. def foreachUncached(f: (Int) ⇒ Unit): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    TryStepper
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def hasStep: Boolean

    Permalink
    Definition Classes
    TryStepper → StepperLike
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def iterator: Iterator[Int]

    Permalink
    Definition Classes
    StepperLike
  25. final def knownSize: Long

    Permalink
    Definition Classes
    TryStepper → StepperLike
  26. def knownUncachedSize: Long

    Permalink
    Definition Classes
    IncStepperB → TryStepper
  27. var myCache: Int

    Permalink
    Attributes
    protected
    Definition Classes
    IncStepperB → TryStepper
  28. final var myCacheIsFull: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    TryStepper
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def nextStep(): Int

    Permalink
    Definition Classes
    TryStepper → StepperLike
  31. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. def reduce(op: (Int, Int) ⇒ Int): Int

    Permalink
    Definition Classes
    StepperLike
  34. def spliterator: Spliterator[Int]

    Permalink
    Definition Classes
    TryStepper → StepperLike
  35. def substep(): TryStepper[Int]

    Permalink
    Definition Classes
    IncStepperB → StepperLike
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def to[Coll[_]](implicit cbf: CanBuildFrom[Nothing, Int, Coll[Int]]): Coll[Int]

    Permalink
    Definition Classes
    StepperLike
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. final def tryStep(f: (Int) ⇒ Unit): Boolean

    Permalink
    Definition Classes
    TryStepper → StepperLike
  40. def tryUncached(f: (Int) ⇒ Unit): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    IncStepperB → TryStepper
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TryStepper[Int]

Inherited from Stepper[Int]

Inherited from StepperLike[Int, TryStepper[Int]]

Inherited from AnyRef

Inherited from Any

Ungrouped