InvariantSyntax

zio.metrics.Metric.InvariantSyntax
implicit class InvariantSyntax[Type, In, Out](self: Metric[Type, In, Out])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

final def zip[Type2, In2, Out2](that: Metric[Type2, In2, Out2])(implicit z1: Zippable[Type, Type2], uz: Unzippable[In, In2], z2: Zippable[Out, Out2]): Metric[Out, In, Out]