FanInShape

org.apache.pekko.stream.FanInShape
See theFanInShape companion class
object FanInShape

Attributes

Companion
class
Source
FanInShape.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
FanInShape.type

Members list

Type members

Classlikes

sealed trait Init[O]

Attributes

Source
FanInShape.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Name[O]
class Ports[O]
final case class Name[O](name: String) extends Init[O]

Attributes

Source
FanInShape.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Init[O]
class Object
trait Matchable
class Any
Show all
final case class Ports[O](outlet: Outlet[O], inlets: Seq[Inlet[_]]) extends Init[O]

Attributes

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