ZLayerProjectOps

final implicit class ZLayerProjectOps[R, E, A](self: ZLayer[R, E, Has[A]]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

final def project[B : Tag](f: A => B)(implicit evidence$1593: Tag[B], tag: Tag[A]): ZLayer[R, E, Has[B]]

Projects out part of one of the layers output by this layer using the specified function

Projects out part of one of the layers output by this layer using the specified function