SourceCompanionOps

ox.channels.SourceCompanionOps

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Source.type

Members list

Concise view

Value members

Concrete methods

def from[T](it: Iterable[T])(using Ox): Source[T]
def from[T](capacity: Int)(it: Iterable[T])(using Ox): Source[T]
def from[T](ts: T*)(using Ox): Source[T]
def from[T](it: => Iterator[T])(using Ox): Source[T]
def from[T](capacity: Int)(it: => Iterator[T])(using Ox): Source[T]
def tick[T](interval: FiniteDuration, element: T)(using Ox): Source[T]
def timeout[T](interval: FiniteDuration, element: T)(using Ox): Source[T]