Scala Standard Library 2.13.15 - scala.collection.AnyStepper (original) (raw)

trait AnyStepper[+A] extends Stepper[A]

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. AnyStepper
  2. Stepper
  3. AnyRef
  4. Any

Implicitly

  1. by any2stringadd

  2. by StringFormat

  3. by Ensuring

  4. by ArrowAssoc

  5. Hide All

  6. Show All

Visibility

  1. Public
  2. Protected

Abstract Value Members

  1. abstract def characteristics: Int
  2. abstract def estimateSize: Long
  3. abstract def hasStep: Boolean
  4. abstract def nextStep(): A
  5. abstract def trySplit(): AnyStepper[A]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##: Int
  3. def +(other: String): String
  4. def ->[B](y: B): (AnyStepper[A], B)
  5. final def ==(arg0: Any): Boolean
  6. final def asInstanceOf[T0]: T0
  7. def clone(): AnyRef
  8. def ensuring(cond: (AnyStepper[A]) => Boolean, msg: => Any): AnyStepper[A]
  9. def ensuring(cond: (AnyStepper[A]) => Boolean): AnyStepper[A]
  10. def ensuring(cond: Boolean, msg: => Any): AnyStepper[A]
  11. def ensuring(cond: Boolean): AnyStepper[A]
  12. final def eq(arg0: AnyRef): Boolean
  13. def equals(arg0: AnyRef): Boolean
  14. def finalize(): Unit
  15. final def getClass(): Class[_ <: AnyRef]
  16. def hashCode(): Int
  17. final def isInstanceOf[T0]: Boolean
  18. def iterator: Iterator[A]
  19. def javaIterator[B >: A]: java.util.Iterator[B]
  20. final def ne(arg0: AnyRef): Boolean
  21. final def notify(): Unit
  22. final def notifyAll(): Unit
  23. def spliterator[B >: A]: Spliterator[B]
  24. final def synchronized[T0](arg0: => T0): T0
  25. def toString(): String
  26. final def wait(): Unit
  27. final def wait(arg0: Long, arg1: Int): Unit
  28. final def wait(arg0: Long): Unit

Ungrouped