ZipLatestWith15

org.apache.pekko.stream.scaladsl.ZipLatestWith15
class ZipLatestWith15[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O](val zipper: (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15) => O, val eagerComplete: Boolean) extends GraphStage[FanInShape15[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O]]

ZipLatestWith specialized for 15 inputs

Attributes

Source
ZipLatestWithApply.scala
Graph
Supertypes
class GraphStage[FanInShape15[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O]]
class GraphStageWithMaterializedValue[FanInShape15[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O], NotUsed]
trait Graph[FanInShape15[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O], NotUsed]
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

type Shape = FanInShape15[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O]

Type-level accessor for the shape parameter of this graph.

Type-level accessor for the shape parameter of this graph.

Attributes

Inherited from:
Graph
Source
Graph.scala

Value members

Constructors

def this(zipper: (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15) => O)

Attributes

Source
ZipLatestWithApply.scala

Concrete methods

override def createLogic(inheritedAttributes: Attributes): GraphStageLogic

Attributes

Definition Classes
Source
ZipLatestWithApply.scala

Attributes

Definition Classes
Source
ZipLatestWithApply.scala
def out: Outlet[O]

Attributes

Source
ZipLatestWithApply.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
ZipLatestWithApply.scala

Inherited methods

def addAttributes(attr: Attributes): Graph[FanInShape15[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O], NotUsed]

Add the given attributes to this Graph. If the specific attribute was already present on this graph this means the added attribute will be more specific than the existing one. If this Source is a composite of multiple graphs, new attributes on the composite will be less specific than attributes set directly on the individual graphs of the composite.

Add the given attributes to this Graph. If the specific attribute was already present on this graph this means the added attribute will be more specific than the existing one. If this Source is a composite of multiple graphs, new attributes on the composite will be less specific than attributes set directly on the individual graphs of the composite.

Attributes

Inherited from:
Graph
Source
Graph.scala
def async(dispatcher: String, inputBufferSize: Int): Graph[FanInShape15[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O], NotUsed]

Put an asynchronous boundary around this Graph

Put an asynchronous boundary around this Graph

Value parameters

dispatcher

Run the graph on this dispatcher

inputBufferSize

Set the input buffer to this size for the graph

Attributes

Inherited from:
Graph
Source
Graph.scala
def async(dispatcher: String): Graph[FanInShape15[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O], NotUsed]

Put an asynchronous boundary around this Graph

Put an asynchronous boundary around this Graph

Value parameters

dispatcher

Run the graph on this dispatcher

Attributes

Inherited from:
Graph
Source
Graph.scala
def async: Graph[FanInShape15[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O], NotUsed]

Put an asynchronous boundary around this Graph

Put an asynchronous boundary around this Graph

Attributes

Inherited from:
Graph
Source
Graph.scala
final override def createLogicAndMaterializedValue(inheritedAttributes: Attributes): (GraphStageLogic, NotUsed)

Attributes

Definition Classes
Inherited from:
GraphStage
Source
GraphStage.scala

Attributes

Inherited from:
Graph
Source
Graph.scala
def named(name: String): Graph[FanInShape15[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O], NotUsed]

Specifies the name of the Graph. If the name is null or empty the name is ignored, i.e. #none is returned.

Specifies the name of the Graph. If the name is null or empty the name is ignored, i.e. #none is returned.

Attributes

Inherited from:
Graph
Source
Graph.scala
final override def withAttributes(attr: Attributes): Graph[FanInShape15[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O], NotUsed]

Replace the attributes of this Flow with the given ones. If this Flow is a composite of multiple graphs, new attributes on the composite will be less specific than attributes set directly on the individual graphs of the composite.

Replace the attributes of this Flow with the given ones. If this Flow is a composite of multiple graphs, new attributes on the composite will be less specific than attributes set directly on the individual graphs of the composite.

Attributes

Definition Classes
Inherited from:
GraphStageWithMaterializedValue
Source
GraphStage.scala

Concrete fields

val in0: Inlet[A1]

Attributes

Source
ZipLatestWithApply.scala
val in1: Inlet[A2]

Attributes

Source
ZipLatestWithApply.scala
val in10: Inlet[A11]

Attributes

Source
ZipLatestWithApply.scala
val in11: Inlet[A12]

Attributes

Source
ZipLatestWithApply.scala
val in12: Inlet[A13]

Attributes

Source
ZipLatestWithApply.scala
val in13: Inlet[A14]

Attributes

Source
ZipLatestWithApply.scala
val in14: Inlet[A15]

Attributes

Source
ZipLatestWithApply.scala
val in2: Inlet[A3]

Attributes

Source
ZipLatestWithApply.scala
val in3: Inlet[A4]

Attributes

Source
ZipLatestWithApply.scala
val in4: Inlet[A5]

Attributes

Source
ZipLatestWithApply.scala
val in5: Inlet[A6]

Attributes

Source
ZipLatestWithApply.scala
val in6: Inlet[A7]

Attributes

Source
ZipLatestWithApply.scala
val in7: Inlet[A8]

Attributes

Source
ZipLatestWithApply.scala
val in8: Inlet[A9]

Attributes

Source
ZipLatestWithApply.scala
val in9: Inlet[A10]

Attributes

Source
ZipLatestWithApply.scala
override val shape: FanInShape15[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O]

The shape of a graph is all that is externally visible: its inlets and outlets.

The shape of a graph is all that is externally visible: its inlets and outlets.

Attributes

Source
ZipLatestWithApply.scala
val zipper: (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15) => O

Attributes

Source
ZipLatestWithApply.scala