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

Concise view

Type members

Classlikes

case object End extends StreamPosition

Attributes

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

Attributes

Companion:
object
Source:
position.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Exact

Attributes

Companion:
class
Source:
position.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Exact.type
final implicit class StreamPositionOps(val sp: StreamPosition) extends AnyVal

Attributes

Source:
position.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

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

Attributes

Source:
position.scala

Implicits

Implicits

Attributes

Source:
position.scala
implicit val orderForExact: Order[Exact]

Attributes

Source:
position.scala