org.ragna.comet.stream

Type members

Classlikes

sealed abstract class StreamSource(val name: String)

Abstract class representing the supported stream sources

Abstract class representing the supported stream sources

See also:
Note:

Used as an enum-replacement for Scala 2 syntax

Companion:
object
Source:
StreamSource.scala

Enumeration of the Stream Sources supported by the app

Enumeration of the Stream Sources supported by the app

Note:

Extensible to any FS2 compatible data source (Files, in-memory structures, etc.)

Companion:
class
Source:
StreamSource.scala