abstract class StreamOps[A] extends MonadOps[(StreamLanguage.this)#Stream, A]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StreamOps
- MonadOps
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new StreamOps(stream: (StreamLanguage.this)#Stream[A])
Abstract Value Members
- abstract def ++[B >: A](rest: => (StreamLanguage.this)#Stream[B]): (StreamLanguage.this)#Stream[B]
- abstract def drop(count: Int): (StreamLanguage.this)#Stream[A]
- abstract def dropWhile(f: (A) => Boolean): (StreamLanguage.this)#Stream[A]
- abstract def filter(f: (A) => Boolean): (StreamLanguage.this)#Stream[A]
- abstract def foldLeft[ACC](z: ACC)(f: (ACC, A) => ACC): (StreamLanguage.this)#Stream[ACC]
- abstract def take(count: Int): (StreamLanguage.this)#Stream[A]
- abstract def takeUntil(f: (A) => Boolean): (StreamLanguage.this)#Stream[A]
- abstract def through[B](f: (A) => Program[B]): (StreamLanguage.this)#Stream[B]
- abstract def zip[B](b: (StreamLanguage.this)#Stream[B]): (StreamLanguage.this)#Stream[(A, B)]
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def effect[B](f: (A) => Program[_]): (StreamLanguage.this)#Stream[A]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def flatMap[B](f: (A) => (StreamLanguage.this)#Stream[B]): (StreamLanguage.this)#Stream[B]
- Definition Classes
- MonadOps
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def map[B](f: (A) => B): (StreamLanguage.this)#Stream[B]
- Definition Classes
- MonadOps
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def repeat: (StreamLanguage.this)#Stream[A]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def takeWhileDefined[B](implicit ev: <:<[A, Option[B]]): (StreamLanguage.this)#Stream[B]
- def takeWhileNotEmpty(implicit ev: <:<[A, Iterable[_]]): (StreamLanguage.this)#Stream[A]
- def takeWhileNotZeroLength(implicit ev: <:<[A, Array[_]]): (StreamLanguage.this)#Stream[A]
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated