UnzipWithCreatorObject2

org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject2
object UnzipWithCreatorObject2 extends UnzipWithCreator2[Any, Any, Any]

Attributes

Source
UnzipWithApply.scala
Graph
Supertypes
trait UnzipWithCreator2[Any, Any, Any]
trait UnzipWithCreator[Any, (Any, Any), UnzipWith2[Any, Any, Any]]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

override def create(unzipper: Any => (Any, Any)): UnzipWith2[Any, Any, Any]

Attributes

Definition Classes
Inherited from:
UnzipWithCreator2
Source
UnzipWithApply.scala