case class RuntimeComponentStateFlatMap[S](name: String, inputContacts: List[RuntimeComponentApi.Contact[_]], outputContacts: List[RuntimeComponentApi.Contact[_]], stateHandle: RuntimeComponentApi.Contact[S], f: (S, RuntimeComponentApi.Signal[_]) ⇒ (S, RuntimeComponentApi.SignalCollection[RuntimeComponentApi.Signal[_]])) extends RuntimeComponentTransparent with Product with Serializable
Is very similar to the most generic link — StateFlatMap. This component refers a single stateHandle.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RuntimeComponentStateFlatMap
- Serializable
- Serializable
- Product
- Equals
- RuntimeComponentTransparent
- RuntimeComponent
- Named
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RuntimeComponentStateFlatMap(name: String, inputContacts: List[RuntimeComponentApi.Contact[_]], outputContacts: List[RuntimeComponentApi.Contact[_]], stateHandle: RuntimeComponentApi.Contact[S], f: (S, RuntimeComponentApi.Signal[_]) ⇒ (S, RuntimeComponentApi.SignalCollection[RuntimeComponentApi.Signal[_]]))
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val f: (S, RuntimeComponentApi.Signal[_]) ⇒ (S, RuntimeComponentApi.SignalCollection[RuntimeComponentApi.Signal[_]])
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
val
inputContacts: List[RuntimeComponentApi.Contact[_]]
- Definition Classes
- RuntimeComponentStateFlatMap → RuntimeComponentTransparent
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isStateful: Boolean
- Definition Classes
- RuntimeComponentStateFlatMap → RuntimeComponent
-
val
name: String
- Definition Classes
- RuntimeComponentStateFlatMap → Named
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
outputContacts: List[RuntimeComponentApi.Contact[_]]
- Definition Classes
- RuntimeComponentStateFlatMap → RuntimeComponentTransparent
- val stateHandle: RuntimeComponentApi.Contact[S]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Named → AnyRef → Any
-
lazy val
toTotalTrellisProducer: RuntimeComponentApi.TotalTrellisProducer
- Definition Classes
- RuntimeComponentStateFlatMap → RuntimeComponent
-
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( ... )