StreamPosition

sec.StreamPosition
See theStreamPosition companion trait

Attributes

Companion
trait
Source
position.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object End extends StreamPosition

Attributes

Source
position.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
End.type
final case class Exact(value: ULong) extends StreamPosition, StreamState

Attributes

Companion
object
Source
position.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait StreamState
class Object
trait Matchable
class Any
Show all
object Exact

Attributes

Companion
class
Source
position.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Exact.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def apply(value: Long): Exact

Constructs an exact stream position in a stream.

Constructs an exact stream position in a stream.

Attributes

Source
position.scala

Concrete fields

val Start: Exact

Attributes

Source
position.scala

Givens

Givens

Attributes

Source
position.scala

Extensions

Extensions

extension (sp: StreamPosition)
def render: String

Attributes

Source
position.scala