ZipLatest

org.apache.pekko.stream.scaladsl.ZipLatest
See theZipLatest companion class
object ZipLatest

Attributes

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

Members list

Value members

Concrete methods

def apply[A, B](): ZipLatest[A, B]

Create a new ZipLatest.

Create a new ZipLatest.

Attributes

Source
Graph.scala
def apply[A, B](eagerComplete: Boolean): ZipLatest[A, B]

Create a new ZipLatest.

Create a new ZipLatest.

Attributes

Source
Graph.scala