Packages

c

org.apache.pekko.stream.Graph

GraphMapMatVal

implicit final class GraphMapMatVal[S <: Shape, M] extends AnyRef

Scala API, see https://github.com/akka/akka/issues/28501 for discussion why this can't be an instance method on class Graph.

Source
Graph.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GraphMapMatVal
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GraphMapMatVal(self: Graph[S, M])

    self

    the graph whose materialized value will be mapped

Value Members

  1. def mapMaterializedValue[M2](f: (M) => M2): Graph[S, M2]

    Transform the materialized value of this Graph, leaving all other properties as they were.

    Transform the materialized value of this Graph, leaving all other properties as they were.

    f

    function to map the graph's materialized value