Source

ox.channels.Source$
See theSource companion trait
object Source extends SourceCompanionOps

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Source.type

Members list

Concise view

Value members

Inherited methods

def from[T](capacity: Int)(it: => Iterator[T])(using Ox): Source[T]

Attributes

Inherited from:
SourceCompanionOps
def from[T](it: => Iterator[T])(using Ox): Source[T]

Attributes

Inherited from:
SourceCompanionOps
def from[T](ts: T*)(using Ox): Source[T]

Attributes

Inherited from:
SourceCompanionOps
def from[T](capacity: Int)(it: Iterable[T])(using Ox): Source[T]

Attributes

Inherited from:
SourceCompanionOps
def from[T](it: Iterable[T])(using Ox): Source[T]

Attributes

Inherited from:
SourceCompanionOps
def tick[T](interval: FiniteDuration, element: T)(using Ox): Source[T]

Attributes

Inherited from:
SourceCompanionOps
def timeout[T](interval: FiniteDuration, element: T)(using Ox): Source[T]

Attributes

Inherited from:
SourceCompanionOps