case class FusedGraph[+S <: akka.stream.Shape @scala.annotation.unchecked.uncheckedVariance, +M](module: FusedModule, shape: S) extends Graph[S, M] with Product with Serializable
A fused graph of the right shape, containing a FusedModule which holds more information on the operation structure of the contained stream topology for convenient graph traversal.
- Source
- Fusing.scala
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- FusedGraph
- Serializable
- Serializable
- Product
- Equals
- Graph
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new FusedGraph(module: FusedModule, shape: S)
Type Members
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from FusedGraph[S, M] to any2stringadd[FusedGraph[S, M]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (FusedGraph[S, M], B)
- Implicit
- This member is added by an implicit conversion from FusedGraph[S, M] to ArrowAssoc[FusedGraph[S, M]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addAttributes(attr: Attributes): Graph[S, M]
- Definition Classes
- Graph
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
async: Graph[S, M]
Put an asynchronous boundary around this
Graph
Put an asynchronous boundary around this
Graph
- Definition Classes
- Graph
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
ensuring(cond: (FusedGraph[S, M]) ⇒ Boolean, msg: ⇒ Any): FusedGraph[S, M]
- Implicit
- This member is added by an implicit conversion from FusedGraph[S, M] to Ensuring[FusedGraph[S, M]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (FusedGraph[S, M]) ⇒ Boolean): FusedGraph[S, M]
- Implicit
- This member is added by an implicit conversion from FusedGraph[S, M] to Ensuring[FusedGraph[S, M]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): FusedGraph[S, M]
- Implicit
- This member is added by an implicit conversion from FusedGraph[S, M] to Ensuring[FusedGraph[S, M]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): FusedGraph[S, M]
- Implicit
- This member is added by an implicit conversion from FusedGraph[S, M] to Ensuring[FusedGraph[S, M]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from FusedGraph[S, M] to StringFormat[FusedGraph[S, M]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
module: FusedModule
- Definition Classes
- FusedGraph → Graph
-
def
named(name: String): Graph[S, M]
- Definition Classes
- Graph
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
shape: S
- Definition Classes
- FusedGraph → Graph
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
withAttributes(attr: Attributes): FusedGraph[S, Nothing]
- Definition Classes
- FusedGraph → Graph
-
def
→[B](y: B): (FusedGraph[S, M], B)
- Implicit
- This member is added by an implicit conversion from FusedGraph[S, M] to ArrowAssoc[FusedGraph[S, M]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Inherited from Graph[S, M]
Inherited from AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Inherited from Any
Inherited by implicit conversion any2stringadd from FusedGraph[S, M] to any2stringadd[FusedGraph[S, M]]
Value Members
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from FusedGraph[S, M] to any2stringadd[FusedGraph[S, M]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
Inherited by implicit conversion StringFormat from FusedGraph[S, M] to StringFormat[FusedGraph[S, M]]
Value Members
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from FusedGraph[S, M] to StringFormat[FusedGraph[S, M]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
Inherited by implicit conversion Ensuring from FusedGraph[S, M] to Ensuring[FusedGraph[S, M]]
Value Members
-
def
ensuring(cond: (FusedGraph[S, M]) ⇒ Boolean, msg: ⇒ Any): FusedGraph[S, M]
- Implicit
- This member is added by an implicit conversion from FusedGraph[S, M] to Ensuring[FusedGraph[S, M]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (FusedGraph[S, M]) ⇒ Boolean): FusedGraph[S, M]
- Implicit
- This member is added by an implicit conversion from FusedGraph[S, M] to Ensuring[FusedGraph[S, M]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): FusedGraph[S, M]
- Implicit
- This member is added by an implicit conversion from FusedGraph[S, M] to Ensuring[FusedGraph[S, M]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): FusedGraph[S, M]
- Implicit
- This member is added by an implicit conversion from FusedGraph[S, M] to Ensuring[FusedGraph[S, M]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
Inherited by implicit conversion ArrowAssoc from FusedGraph[S, M] to ArrowAssoc[FusedGraph[S, M]]
Value Members
-
def
->[B](y: B): (FusedGraph[S, M], B)
- Implicit
- This member is added by an implicit conversion from FusedGraph[S, M] to ArrowAssoc[FusedGraph[S, M]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
def
→[B](y: B): (FusedGraph[S, M], B)
- Implicit
- This member is added by an implicit conversion from FusedGraph[S, M] to ArrowAssoc[FusedGraph[S, M]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Ungrouped
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from FusedGraph[S, M] to any2stringadd[FusedGraph[S, M]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (FusedGraph[S, M], B)
- Implicit
- This member is added by an implicit conversion from FusedGraph[S, M] to ArrowAssoc[FusedGraph[S, M]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addAttributes(attr: Attributes): Graph[S, M]
- Definition Classes
- Graph
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
async: Graph[S, M]
Put an asynchronous boundary around this
Graph
Put an asynchronous boundary around this
Graph
- Definition Classes
- Graph
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
ensuring(cond: (FusedGraph[S, M]) ⇒ Boolean, msg: ⇒ Any): FusedGraph[S, M]
- Implicit
- This member is added by an implicit conversion from FusedGraph[S, M] to Ensuring[FusedGraph[S, M]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (FusedGraph[S, M]) ⇒ Boolean): FusedGraph[S, M]
- Implicit
- This member is added by an implicit conversion from FusedGraph[S, M] to Ensuring[FusedGraph[S, M]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): FusedGraph[S, M]
- Implicit
- This member is added by an implicit conversion from FusedGraph[S, M] to Ensuring[FusedGraph[S, M]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): FusedGraph[S, M]
- Implicit
- This member is added by an implicit conversion from FusedGraph[S, M] to Ensuring[FusedGraph[S, M]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from FusedGraph[S, M] to StringFormat[FusedGraph[S, M]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
module: FusedModule
- Definition Classes
- FusedGraph → Graph
-
def
named(name: String): Graph[S, M]
- Definition Classes
- Graph
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
shape: S
- Definition Classes
- FusedGraph → Graph
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
withAttributes(attr: Attributes): FusedGraph[S, Nothing]
- Definition Classes
- FusedGraph → Graph
-
def
→[B](y: B): (FusedGraph[S, M], B)
- Implicit
- This member is added by an implicit conversion from FusedGraph[S, M] to ArrowAssoc[FusedGraph[S, M]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc