StreamPosition

Companion
class
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
object Exact
Companion
class
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
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

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.

Concrete fields

Implicits

Implicits

implicit
val orderForExact: Order[Exact]