Syntax

beam.Syntax
object Syntax

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Syntax.type

Members list

Extensions

Extensions

extension [A](thiz: A)
inline def ::![B >: A, U](that: Stream[B, U]): Stream[B, U]
inline def ::!?[B >: A, U](that: => Stream[B, U]): Stream[B, U]
extension [A, U, V <: U](thiz: Computation[Stream[A, U], V])
def flattenAsStream: Stream[A, V]
extension [I, R, U](thiz: (Stream[I, U]) => Computation[R, U])
def asSink: Sink[I, R, U]
extension [I, O, U](thiz: (Stream[I, U]) => Stream[O, U])
def asPipe: Pipe[I, O, U]