object Merge
- Source
- Graph.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Merge
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply[T](inputPorts: Int, eagerComplete: Boolean = false): Merge[T]
Create a new
Merge
with the specified number of input ports.Create a new
Merge
with the specified number of input ports.- inputPorts
number of input ports
- eagerComplete
if true, the merge will complete as soon as one of its inputs completes.