StreamPosition

Companion:
class
Source:
position.scala
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object End extends StreamPosition
final case class Exact(value: ULong) extends StreamPosition with StreamState with PositionInfo
Companion:
object
Source:
position.scala
object Exact
Companion:
class
Source:
position.scala
final implicit class StreamPositionOps(val sp: StreamPosition) extends AnyVal

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

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.

Source:
position.scala

Concrete fields