Scala Standard Library 2.13.1 - scala.collection.immutable.Stream.Deferrer (original) (raw)
final class Deferrer[A] extends AnyVal
Ordering
- Alphabetic
- By Inheritance
Inherited
- Deferrer
- AnyVal
- Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- def #::[B >: A](elem: B): Stream[B]
- def #:::[B >: A](prefix: Stream[B]): Stream[B]
- def +(other: String): String
- def ->[B](y: B): (Deferrer[A], B)
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def ensuring(cond: (Deferrer[A]) => Boolean, msg: => Any): Deferrer[A]
- def ensuring(cond: (Deferrer[A]) => Boolean): Deferrer[A]
- def ensuring(cond: Boolean, msg: => Any): Deferrer[A]
- def ensuring(cond: Boolean): Deferrer[A]
- def formatted(fmtstr: String): String
- def getClass(): Class[_ <: AnyVal]
- final def isInstanceOf[T0]: Boolean
- def toString(): String
Deprecated Value Members
- def →[B](y: B): (Deferrer[A], B)