Result

sec.api.MetaStreams$.Result
See theResult companion object
final case class Result[T](streamPosition: Exact, data: T)

Attributes

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

Members list

Concise view

Value members

Concrete methods

def withData[B](data: B): Result[B]
Implicitly added by ResultOps

Attributes

Source:
metastreams.scala
def zoom[B](fn: A => B): Result[B]
Implicitly added by ResultOps

Attributes

Source:
metastreams.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

val r: Result[A]
Implicitly added by ResultOps

Attributes

Source:
metastreams.scala