beam.Stream
See theStream companion object
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
Members list
Value members
Abstract methods
def relayToWhileLessThen[B >: A](Fx2: SourceEffect[B], b: B)(using ev: Ordering[B]): Computation[Option[(A, Stream[A, U])], U & Fx2.type]
Concrete methods
final def mergeWithEff[B, C, V <: U & IO](that: Stream[B, V])(f: (Either[A, B]) => Computation[C, V]): Stream[C, V]
final def reduceOptionEff[B >: A, V <: U](f: (B, B) => Computation[B, V]): Computation[Option[B], V]
In this article