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
Show all

Members list

Value members

Concrete methods

def withData[B](data: B): Result[B]
Extension method from Result

Attributes

Source
metastreams.scala
def zoom[B](fn: A => B): Result[B]
Extension method from Result

Attributes

Source
metastreams.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product