Name

org.apache.pekko.stream.FanInShape.Name
final case class Name[O](name: String) extends Init[O]

Attributes

Source
FanInShape.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Init[O]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def inlets: Seq[Inlet[_]]

Attributes

Definition Classes
Source
FanInShape.scala
override def outlet: Outlet[O]

Attributes

Definition Classes
Source
FanInShape.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product