Result

sec.api.MetaStreams.Result
See theResult companion class
object Result

Attributes

Companion
class
Source
metastreams.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Result.type

Members list

Type members

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

Extensions

Extensions

extension [A](r: Result[A])
def withData[B](data: B): Result[B]

Attributes

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

Attributes

Source
metastreams.scala