Package

ru.primetalk.synapse

core

Permalink

package core

Linear Supertypes
SwitcherDsl, BaseTypedSystemApi, SystemConvertingApi, AutomataDsl, ManagedStatesDsl, AccumulationDsl, ContinuationDsl, EncapsulationApi, FilesApi, ComponentNavigationApi, SignalProcessingDsl, SignalProcessingSimpleApi, SignalProcessingApi0, RuntimeSystemApi, ContactsIndexExt, RuntimeComponentApi, StaticSystemApi, BaseTypedSystemDsl, SystemRendererApi, TryDsl, SystemBuilderDsl, DevNullExt, AuxNumberingExt, ContactStyleExt, NextLabelExt, SystemBuilderApi, ExceptionHandlingExt, TrellisApi, SignalsApi, ContactsDsl, ComponentsApi, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. core
  2. SwitcherDsl
  3. BaseTypedSystemApi
  4. SystemConvertingApi
  5. AutomataDsl
  6. ManagedStatesDsl
  7. AccumulationDsl
  8. ContinuationDsl
  9. EncapsulationApi
  10. FilesApi
  11. ComponentNavigationApi
  12. SignalProcessingDsl
  13. SignalProcessingSimpleApi
  14. SignalProcessingApi0
  15. RuntimeSystemApi
  16. ContactsIndexExt
  17. RuntimeComponentApi
  18. StaticSystemApi
  19. BaseTypedSystemDsl
  20. SystemRendererApi
  21. TryDsl
  22. SystemBuilderDsl
  23. DevNullExt
  24. AuxNumberingExt
  25. ContactStyleExt
  26. NextLabelExt
  27. SystemBuilderApi
  28. ExceptionHandlingExt
  29. TrellisApi
  30. SignalsApi
  31. ContactsDsl
  32. ComponentsApi
  33. AnyRef
  34. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractTypedSystem extends AnyRef

    Permalink
    Definition Classes
    BaseTypedSystemApi
  2. class AutomataBuilder[State] extends AnyRef

    Permalink
    Definition Classes
    AutomataDsl
  3. class AuxContactNumberingExt extends core.ext.AuxNumberingExt.SystemBuilderExtension

    Permalink
    Definition Classes
    AuxNumberingExt
  4. abstract class BaseTypedSystem extends core.subsystems.BaseTypedSystemApi.WithStaticSystem

    Permalink
    Definition Classes
    BaseTypedSystemApi
  5. implicit class CollectingContact[T] extends AnyRef

    Permalink
    Definition Classes
    AccumulationDsl
  6. type Component = core.components.Component

    Permalink
    Definition Classes
    ComponentsApi
  7. case class ComponentDescriptor extends Product with Serializable

    Permalink
    Definition Classes
    SystemConvertingApi
  8. type ComponentDescriptorConverter = PartialFunction[ComponentDescriptor, core.runtime.SystemConvertingApi.RuntimeComponent]

    Permalink
    Definition Classes
    SystemConvertingApi
  9. class ComponentDescriptorConverterProxy extends ComponentDescriptorConverter

    Permalink
    Definition Classes
    SystemConvertingApi
  10. type ComponentWithInternalStructure = core.components.ComponentWithInternalStructure

    Permalink
    Definition Classes
    ComponentsApi
  11. type Contact[T] = core.components.Contact[T]

    Permalink
    Definition Classes
    ComponentsApi
  12. implicit class ContactExtractor[T] extends AnyRef

    Permalink
    Definition Classes
    SignalsApi
  13. implicit class ContactOps[T] extends AnyRef

    Permalink
    Definition Classes
    SystemBuilderDsl
  14. implicit class ContactPairOps[Key, T] extends AnyRef

    Permalink
    Definition Classes
    SystemBuilderDsl
  15. trait ContactStyle extends AnyRef

    Permalink
    Definition Classes
    ContactStyleExt
  16. class ContactStyleExtension extends core.ext.ContactStyleExt.SystemBuilderExtension

    Permalink
    Definition Classes
    ContactStyleExt
  17. case class ContactStyleStaticExtension extends Product with Serializable

    Permalink
    Definition Classes
    ContactStyleExt
  18. type ContactToSubscribersMap = Map[core.runtime.RuntimeSystemApi.Contact[_], List[core.runtime.RuntimeSystemApi.RuntimeComponent]]

    Permalink
    Definition Classes
    RuntimeSystemApi
  19. implicit class ContactTryOps[T] extends AnyRef

    Permalink
    Definition Classes
    TryDsl
  20. class ContactWithState[T1, S] extends AnyRef

    Permalink
    Definition Classes
    SystemBuilderDsl
  21. trait ContactsIndex extends AnyRef

    Permalink
    Definition Classes
    ContactsIndexExt
  22. case class ContactsIndexImpl extends ContactsIndex with Product with Serializable

    Permalink
    Definition Classes
    ContactsIndexExt
  23. type Context = Map[core.runtime.TrellisApi.Contact[_], _]

    Permalink
    Definition Classes
    TrellisApi
  24. class DevNullExtension extends core.ext.DevNullExt.SystemBuilderExtension

    Permalink
    Definition Classes
    DevNullExt
  25. implicit class DirectLinkBuilderOps[T1, T2 >: T1] extends AnyRef

    Permalink
    Definition Classes
    SystemBuilderDsl
  26. case class DynamicSystem extends core.runtime.RuntimeSystemApi.Named with core.runtime.RuntimeSystemApi.Component with core.runtime.RuntimeSystemApi.SimpleSignalProcessor with Product with Serializable

    Permalink
    Definition Classes
    RuntimeSystemApi
  27. class DynamicSystemBuffered extends AnyRef

    Permalink
    Definition Classes
    RuntimeSystemApi
  28. class EmbeddedOuterInterfaceBuilder extends core.subsystems.EncapsulationApi.OuterInterfaceBuilder

    Permalink
    Definition Classes
    EncapsulationApi
  29. abstract class EncapsulationBuilder[Outer] extends AnyRef

    Permalink
    Definition Classes
    EncapsulationApi
  30. type FCont[T1, T2] = (T1) ⇒ Continuation[T1, T2]

    Permalink
    Definition Classes
    ContinuationDsl
  31. type FlatMapLink[-T1, +T2] = core.components.FlatMapLink[T1, T2]

    Permalink
    Definition Classes
    ComponentsApi
  32. implicit class ImplContLinkBuilder[T1, T2] extends AnyRef

    Permalink
    Definition Classes
    ContinuationDsl
  33. class LabellingExt extends core.ext.NextLabelExt.SystemBuilderExtension

    Permalink
    Definition Classes
    NextLabelExt
  34. type Link[T1, T2, -TL1 >: T1, +TL2 <: T2] = core.components.Link[T1, T2, TL1, TL2]

    Permalink
    Definition Classes
    ComponentsApi
  35. implicit class LinkBuilderOps[T1, T2] extends AnyRef

    Permalink
    Definition Classes
    SystemBuilderDsl
  36. type LinkInfo[-T1, +T2] = core.components.LinkInfo[T1, T2]

    Permalink
    Definition Classes
    ComponentsApi
  37. implicit class ManagedRichContact[T] extends AnyRef

    Permalink
    Definition Classes
    ManagedStatesDsl
  38. class ManagedRichState[S] extends AnyRef

    Permalink
    Definition Classes
    ManagedStatesDsl
  39. class ManagedStateSnippet[S] extends AnyRef

    Permalink
    Definition Classes
    ManagedStatesDsl
  40. class MutableComponentConverterBuilder extends AnyRef

    Permalink
    Definition Classes
    SystemConvertingApi
  41. type Named = core.components.Named

    Permalink
    Definition Classes
    ComponentsApi
  42. type NopLink[-T1, +T2 >: T1] = core.components.NopLink[T1, T2]

    Permalink
    Definition Classes
    ComponentsApi
  43. implicit class OrphanContactsAnalysis extends AnyRef

    Permalink
    Definition Classes
    StaticSystemApi
  44. trait OuterInterfaceBuilder extends AnyRef

    Permalink
    Definition Classes
    SystemBuilderApi
  45. type RedMapLink[-T1, +T2] = core.components.RedMapLink[T1, T2]

    Permalink
    Definition Classes
    ComponentsApi
  46. implicit class RichComponent[T] extends AnyRef

    Permalink
    Definition Classes
    StaticSystemApi
  47. implicit class RichDynamicSystem extends AnyRef

    Permalink
    Definition Classes
    RuntimeSystemApi
  48. implicit class RichRuntimeSystem extends AnyRef

    Permalink
    Definition Classes
    SignalProcessingApi0
  49. implicit class RichRuntimeType[T] extends AnyRef

    Permalink
    Definition Classes
    SystemConvertingApi
  50. implicit class RichSignalList extends AnyRef

    Permalink
    Definition Classes
    SignalsApi
  51. implicit class RichSimpleSignalProcessor extends AnyRef

    Permalink
    Definition Classes
    TrellisApi
  52. implicit class RichStaticSystemType[T] extends AnyRef

    Permalink
    Definition Classes
    StaticSystemApi
  53. implicit class RichTotalTrellisProducer extends AnyRef

    Permalink
    Definition Classes
    TrellisApi
  54. sealed trait RuntimeComponent extends core.runtime.RuntimeComponentApi.Named

    Permalink
    Definition Classes
    RuntimeComponentApi
  55. case class RuntimeComponentFlatMap extends RuntimeComponentTransparent with Product with Serializable

    Permalink
    Definition Classes
    RuntimeComponentApi
  56. case class RuntimeComponentMultiState extends RuntimeComponent with Product with Serializable

    Permalink
    Definition Classes
    RuntimeComponentApi
  57. case class RuntimeComponentStateFlatMap[S] extends RuntimeComponentTransparent with Product with Serializable

    Permalink
    Definition Classes
    RuntimeComponentApi
  58. sealed trait RuntimeComponentTransparent extends RuntimeComponent

    Permalink
    Definition Classes
    RuntimeComponentApi
  59. case class RuntimeSystem extends Product with Serializable

    Permalink
    Definition Classes
    RuntimeSystemApi
  60. type RuntimeSystemToTotalTrellisProducerConverter = (RuntimeSystem) ⇒ core.runtime.RuntimeSystemApi.TotalTrellisProducer

    Permalink
    Definition Classes
    RuntimeSystemApi
  61. type Signal[T] = core.components.Signal[T]

    Permalink
    Definition Classes
    ComponentsApi
  62. type SignalCollection[+T] = Iterable[T]

    Permalink
    Definition Classes
    ComponentsApi
  63. type SignalDist = core.components.SignalDist

    Permalink
    Definition Classes
    ComponentsApi
  64. trait SignalProcessing0 extends AnyRef

    Permalink
    Definition Classes
    SignalProcessingApi0
  65. trait SignalProcessingSimple extends core.runtime.SignalProcessingSimpleApi.SignalProcessing0

    Permalink
    Definition Classes
    SignalProcessingSimpleApi
  66. type SimpleComponentConverter = PartialFunction[core.runtime.SystemConvertingApi.Component, core.runtime.SystemConvertingApi.RuntimeComponent]

    Permalink
    Definition Classes
    SystemConvertingApi
  67. type SimpleSignalProcessor = (core.runtime.TrellisApi.Signal[_]) ⇒ core.runtime.TrellisApi.SignalCollection[core.runtime.TrellisApi.Signal[_]]

    Permalink
    Definition Classes
    TrellisApi
  68. type StateHandle[T] = core.components.StateHandle[T]

    Permalink
    Definition Classes
    ComponentsApi
  69. implicit class StateLinkBuilder2Ops[T1, T2, S] extends AnyRef

    Permalink
    Definition Classes
    SystemBuilderDsl
  70. implicit class StateOps[S] extends AnyRef

    Permalink
    Definition Classes
    SystemBuilderDsl
  71. type StateZipLink[S, -T1, +T2 >: T1] = core.components.StateZipLink[S, T1, T2]

    Permalink
    Definition Classes
    ComponentsApi
  72. type StatefulFlatMapLink[S, -T1, +T2] = core.components.StatefulFlatMapLink[S, T1, T2]

    Permalink
    Definition Classes
    ComponentsApi
  73. type StaticSystem = core.components.StaticSystem

    Permalink
    Definition Classes
    ComponentsApi
  74. type StaticSystemExtensionId[+T] = core.components.StaticSystemExtensionId[T]

    Permalink
    Definition Classes
    ComponentsApi
  75. implicit class StaticSystemIndexed extends AnyRef

    Permalink
    Definition Classes
    ContactsIndexExt
  76. implicit class StaticSystemWithUnhandledExceptionHandler extends AnyRef

    Permalink
    Definition Classes
    ExceptionHandlingExt
  77. implicit class StyleableContact[T] extends AnyRef

    Permalink
    Definition Classes
    ContactStyleExt
  78. case class SubsystemDirectSignal[T] extends SubsystemDirectSignal0 with Product with Serializable

    Permalink
    Definition Classes
    SignalsApi
  79. sealed trait SubsystemDirectSignal0 extends AnyRef

    Permalink
    Definition Classes
    SignalsApi
  80. case class SubsystemDirectSignalDist extends SubsystemDirectSignal0 with Product with Serializable

    Permalink
    Definition Classes
    SignalsApi
  81. class SwitcherBuilder[T] extends AnyRef

    Permalink
    Definition Classes
    SwitcherDsl
  82. implicit class SwitcherContactOps[T] extends AnyRef

    Permalink
    Definition Classes
    SwitcherDsl
  83. trait SystemBuilder extends OuterInterfaceBuilder with core.ext.SystemBuilderApi.WithStaticSystem

    Permalink
    Definition Classes
    SystemBuilderApi
  84. class SystemBuilderC extends SystemBuilder

    Permalink
    Definition Classes
    SystemBuilderApi
  85. trait SystemBuilderExtension extends AnyRef

    Permalink
    Definition Classes
    SystemBuilderApi
  86. final class SystemBuilderExtensionId[T <: SystemBuilderExtension] extends AnyRef

    Permalink
    Definition Classes
    SystemBuilderApi
  87. trait SystemImplementation[T] extends AnyRef

    Permalink
    Definition Classes
    BaseTypedSystemDsl
  88. type SystemPath = List[String]

    Permalink
    Definition Classes
    ComponentNavigationApi
  89. type SystemPathReversed = List[String]

    Permalink
    Definition Classes
    ComponentNavigationApi
  90. trait SystemRenderer extends AnyRef

    Permalink
    Definition Classes
    SystemRendererApi
  91. type TotalTrellisProducer = (Context, core.runtime.TrellisApi.Signal[_]) ⇒ TrellisElement

    Permalink
    Definition Classes
    TrellisApi
  92. case class Trace extends Product with Serializable

    Permalink
    Definition Classes
    RuntimeComponentApi
  93. type TrellisElement = (Context, core.runtime.TrellisApi.SignalCollection[core.runtime.TrellisApi.Signal[_]])

    Permalink
    Definition Classes
    TrellisApi
  94. type TrellisProducer = (TrellisElement) ⇒ TrellisElement

    Permalink
    Definition Classes
    TrellisApi
  95. implicit class TryContactOps[T] extends AnyRef

    Permalink
    Definition Classes
    TryDsl
  96. implicit class TryFlatMapContactOps[T] extends AnyRef

    Permalink
    Definition Classes
    TryDsl
  97. implicit class TryLinkBuilderOps[T1, T2] extends AnyRef

    Permalink
    Definition Classes
    TryDsl
  98. case class TypedSystem[T] extends core.subsystems.BaseTypedSystemDsl.WithStaticSystem with Product with Serializable

    Permalink
    Definition Classes
    BaseTypedSystemDsl
  99. trait TypedSystemConstructor[T] extends (T) ⇒ core.subsystems.BaseTypedSystemDsl.StaticSystem

    Permalink
    Definition Classes
    BaseTypedSystemDsl
  100. type UnhandledProcessingExceptionHandler = (Throwable, String, core.ext.ExceptionHandlingExt.Signal[_], core.ext.ExceptionHandlingExt.Context) ⇒ core.ext.ExceptionHandlingExt.Context

    Permalink
    Definition Classes
    ExceptionHandlingExt
  101. type WithStaticSystem = core.components.WithStaticSystem

    Permalink
    Definition Classes
    ComponentsApi
  102. implicit class WritableString extends AnyRef

    Permalink
    Definition Classes
    FilesApi
  103. implicit class ZippingLinkOps[S, T] extends AnyRef

    Permalink
    Definition Classes
    SystemBuilderDsl

Abstract Value Members

  1. abstract val signalProcessing: SignalProcessing0

    Permalink
    Definition Classes
    SignalProcessingApi0

Concrete Value Members

  1. implicit val AuxContactNumberingExtId: core.ext.AuxNumberingExt.SystemBuilderExtensionId[AuxContactNumberingExt]

    Permalink
    Definition Classes
    AuxNumberingExt
  2. val Contact: core.components.Contact.type

    Permalink
    Definition Classes
    ComponentsApi
  3. implicit val ContactStyleExtId: core.ext.ContactStyleExt.SystemBuilderExtensionId[ContactStyleExtension]

    Permalink
    Definition Classes
    ContactStyleExt
  4. implicit object ContactStyleStaticExtId extends core.ext.ContactStyleExt.StaticSystemExtensionId[ContactStyleStaticExtension]

    Permalink
    Definition Classes
    ContactStyleExt
  5. implicit object ContactsIndexExtensionId extends core.ext.ContactsIndexExt.StaticSystemExtensionId[ContactsIndex]

    Permalink
    Definition Classes
    ContactsIndexExt
  6. implicit val DevNullExtId: core.ext.DevNullExt.SystemBuilderExtensionId[DevNullExtension]

    Permalink
    Definition Classes
    DevNullExt
  7. val FlatMapLink: core.components.FlatMapLink.type

    Permalink
    Definition Classes
    ComponentsApi
  8. implicit val LabellingExtId: core.ext.NextLabelExt.SystemBuilderExtensionId[LabellingExt]

    Permalink
    Definition Classes
    NextLabelExt
  9. val Link: core.components.Link.type

    Permalink
    Definition Classes
    ComponentsApi
  10. val NopLink: core.components.NopLink.type

    Permalink
    Definition Classes
    ComponentsApi
  11. val RedMapLink: core.components.RedMapLink.type

    Permalink
    Definition Classes
    ComponentsApi
  12. val Signal: core.components.Signal.type

    Permalink
    Definition Classes
    ComponentsApi
  13. val SignalCollection: Iterable.type

    Permalink
    Definition Classes
    ComponentsApi
  14. val SignalDist: core.components.SignalDist.type

    Permalink
    Definition Classes
    ComponentsApi
  15. val StateHandle: core.components.StateHandle.type

    Permalink
    Definition Classes
    ComponentsApi
  16. val StateZipLink: core.components.StateZipLink.type

    Permalink
    Definition Classes
    ComponentsApi
  17. val StatefulFlatMapLink: core.components.StatefulFlatMapLink.type

    Permalink
    Definition Classes
    ComponentsApi
  18. val StaticSystem: core.components.StaticSystem.type

    Permalink
    Definition Classes
    ComponentsApi
  19. object SystemConverting

    Permalink
    Definition Classes
    SystemConvertingApi
  20. implicit object UnhandledExceptionHandlerExtensionId extends core.ext.ExceptionHandlingExt.StaticSystemExtensionId[UnhandledProcessingExceptionHandler]

    Permalink
    Definition Classes
    ExceptionHandlingExt
  21. val WithStaticSystem: core.components.WithStaticSystem.type

    Permalink
    Definition Classes
    ComponentsApi
  22. def auxContact[T](implicit sb: core.ext.AuxNumberingExt.SystemBuilder): core.ext.AuxNumberingExt.Contact[T]

    Permalink
    Definition Classes
    AuxNumberingExt
  23. def collectSubsystems(system: core.subsystems.StaticSystemApi.StaticSystem): List[(String, core.subsystems.StaticSystemApi.StaticSystem)]

    Permalink
    Definition Classes
    StaticSystemApi
  24. def collector[T, TTrigger](name: String, trigger: core.dsl.AccumulationDsl.Contact[TTrigger])(implicit sb: core.dsl.AccumulationDsl.SystemBuilder): (core.dsl.AccumulationDsl.Contact[T], core.dsl.AccumulationDsl.Contact[List[T]])

    Permalink
    Definition Classes
    AccumulationDsl
  25. def connect[T1, T2 >: T1](c1: core.dsl.SystemBuilderDsl.Contact[T1], c2: core.dsl.SystemBuilderDsl.Contact[T2], name: String)(implicit sb: core.dsl.SystemBuilderDsl.SystemBuilder): core.dsl.SystemBuilderDsl.Contact[T2]

    Permalink
    Definition Classes
    SystemBuilderDsl
  26. def contact[T](name: String): core.components.Contact[T]

    Permalink
    Definition Classes
    ContactsDsl
  27. def createTypedSystem[T](name: String)(implicit outerBuilder: (core.subsystems.BaseTypedSystemDsl.OuterInterfaceBuilder) ⇒ T, systemImplementation: SystemImplementation[T]): TypedSystem[T]

    Permalink
    Definition Classes
    BaseTypedSystemDsl
  28. def debug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SystemConvertingApi
  29. val defaultUnhandledExceptionHandler: UnhandledProcessingExceptionHandler

    Permalink
    Definition Classes
    ExceptionHandlingExt
  30. def defineEncapsulation[Outer](en: EncapsulationBuilder[Outer])(implicit sb: core.subsystems.EncapsulationApi.SystemBuilder): Outer

    Permalink
    Definition Classes
    EncapsulationApi
  31. def devNull(implicit sb: core.ext.DevNullExt.SystemBuilder): core.ext.DevNullExt.Contact[Any]

    Permalink
    Definition Classes
    DevNullExt
  32. def done[T1, T2](result: Seq[T2]): Continuation[T1, T2]

    Permalink
    Definition Classes
    ContinuationDsl
  33. def doneFinal[T1, T2]: Continuation[T1, T2]

    Permalink
    Definition Classes
    ContinuationDsl
  34. implicit def enrichConverter(cvt: SimpleComponentConverter): ComponentDescriptorConverter

    Permalink
    Definition Classes
    SystemConvertingApi
  35. def extension[T <: SystemBuilderExtension](implicit sb: SystemBuilder, extensionInstance: SystemBuilderExtensionId[T]): T

    Permalink
    Definition Classes
    SystemBuilderApi
  36. implicit def filenameToFile(filename: String): File

    Permalink
    Definition Classes
    FilesApi
  37. implicit def implicitExtendBasicSystemBuilder[T <: SystemBuilderExtension](sb: SystemBuilder)(implicit extensionInstanceId: SystemBuilderExtensionId[T]): T

    Permalink
    Definition Classes
    SystemBuilderApi
  38. val linkToRuntimeComponent: PartialFunction[core.runtime.RuntimeComponentApi.Component, RuntimeComponent]

    Permalink
    Definition Classes
    RuntimeComponentApi
  39. implicit def managedRichState[S](ms: ManagedStateSnippet[S])(implicit sb: core.dsl.ManagedStatesDsl.SystemBuilder): ManagedRichState[S]

    Permalink
    Definition Classes
    ManagedStatesDsl
  40. def managedState[S](name: String, initialValue: Option[S])(implicit sb: core.dsl.ManagedStatesDsl.SystemBuilder): ManagedStateSnippet[S]

    Permalink
    Definition Classes
    ManagedStatesDsl
  41. def mappedInput[T, T2 >: T](c1: core.dsl.SystemBuilderDsl.Contact[T], c2: core.dsl.SystemBuilderDsl.Contact[T2])(implicit sb: core.dsl.SystemBuilderDsl.SystemBuilder): core.dsl.SystemBuilderDsl.Contact[T2]

    Permalink
    Definition Classes
    SystemBuilderDsl
  42. def mappedOutput[T, T2 >: T](c1: core.dsl.SystemBuilderDsl.Contact[T], c2: core.dsl.SystemBuilderDsl.Contact[T2])(implicit sb: core.dsl.SystemBuilderDsl.SystemBuilder): core.dsl.SystemBuilderDsl.Contact[T]

    Permalink
    Definition Classes
    SystemBuilderDsl
  43. def next[T1, T2](body: FCont[T1, T2]): Continuation[T1, T2]

    Permalink
    Definition Classes
    ContinuationDsl
  44. def nextAndPass[T1, T2](body: FCont[T1, T2], intermediateResult: Seq[T2]): Continuation[T1, T2]

    Permalink
    Definition Classes
    ContinuationDsl
  45. def orphanContactsRec(system: core.subsystems.StaticSystemApi.StaticSystem): List[(String, Set[core.subsystems.StaticSystemApi.Contact[_]])]

    Permalink
    Definition Classes
    StaticSystemApi
  46. implicit def pairToSignal[T](p: (core.components.SignalsApi.Contact[T], T)): core.components.SignalsApi.Signal[T]

    Permalink
    Definition Classes
    SignalsApi
  47. def passAndNext[T1, T2](intermediateResult: Seq[T2])(body: FCont[T1, T2]): Continuation[T1, T2]

    Permalink
    Definition Classes
    ContinuationDsl
  48. val rethrowUnhandledExceptionHandler: UnhandledProcessingExceptionHandler

    Permalink
    Definition Classes
    ExceptionHandlingExt
  49. implicit def sbToAux(sb: core.ext.AuxNumberingExt.SystemBuilder): AuxContactNumberingExt

    Permalink
    Definition Classes
    AuxNumberingExt
  50. implicit def sbToLabelling(sb: core.ext.NextLabelExt.SystemBuilder): LabellingExt

    Permalink
    Definition Classes
    NextLabelExt
  51. def setSystemName(name: String)(implicit sb: SystemBuilder): Unit

    Permalink
    Definition Classes
    SystemBuilderApi
  52. def state[T](name: String, s0: T)(implicit sb: SystemBuilder): core.ext.SystemBuilderApi.StateHandle[T]

    Permalink
    Definition Classes
    SystemBuilderApi
  53. def subcomponents(component: core.subsystems.ComponentNavigationApi.Component): List[(SystemPathReversed, core.subsystems.ComponentNavigationApi.Component)]

    Permalink
    Definition Classes
    ComponentNavigationApi
  54. def systemBuilderTyped(name: String)(_inputs: core.subsystems.BaseTypedSystemDsl.Contact[_]*)(_outputs: core.subsystems.BaseTypedSystemDsl.Contact[_]*): core.subsystems.BaseTypedSystemDsl.SystemBuilder

    Permalink
    Definition Classes
    BaseTypedSystemDsl

Inherited from SwitcherDsl

Inherited from BaseTypedSystemApi

Inherited from SystemConvertingApi

Inherited from AutomataDsl

Inherited from ManagedStatesDsl

Inherited from AccumulationDsl

Inherited from ContinuationDsl

Inherited from EncapsulationApi

Inherited from FilesApi

Inherited from ComponentNavigationApi

Inherited from SignalProcessingDsl

Inherited from SignalProcessingSimpleApi

Inherited from SignalProcessingApi0

Inherited from RuntimeSystemApi

Inherited from ContactsIndexExt

Inherited from RuntimeComponentApi

Inherited from StaticSystemApi

Inherited from BaseTypedSystemDsl

Inherited from SystemRendererApi

Inherited from TryDsl

Inherited from SystemBuilderDsl

Inherited from DevNullExt

Inherited from AuxNumberingExt

Inherited from ContactStyleExt

Inherited from NextLabelExt

Inherited from SystemBuilderApi

Inherited from ExceptionHandlingExt

Inherited from TrellisApi

Inherited from SignalsApi

Inherited from ContactsDsl

Inherited from ComponentsApi

Inherited from AnyRef

Inherited from Any

Ungrouped