Scala Standard Library 2.13.1 - scala.collection.immutable.Stream.Deferrer (original) (raw)

final class Deferrer[A] extends AnyVal

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. Deferrer
  2. AnyVal
  3. 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

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. def #::[B >: A](elem: B): Stream[B]
  4. def #:::[B >: A](prefix: Stream[B]): Stream[B]
  5. def +(other: String): String
  6. def ->[B](y: B): (Deferrer[A], B)
  7. final def ==(arg0: Any): Boolean
  8. final def asInstanceOf[T0]: T0
  9. def ensuring(cond: (Deferrer[A]) => Boolean, msg: => Any): Deferrer[A]
  10. def ensuring(cond: (Deferrer[A]) => Boolean): Deferrer[A]
  11. def ensuring(cond: Boolean, msg: => Any): Deferrer[A]
  12. def ensuring(cond: Boolean): Deferrer[A]
  13. def formatted(fmtstr: String): String
  14. def getClass(): Class[_ <: AnyVal]
  15. final def isInstanceOf[T0]: Boolean
  16. def toString(): String

Deprecated Value Members

  1. def →[B](y: B): (Deferrer[A], B)

Ungrouped