libretto.scaletto
package libretto.scaletto
Members list
Packages
package libretto.scaletto.impl
Type members
Classlikes
abstract class AbstractStarterKit(val dsl: Scaletto, val bridge: Of[dsl.type], val executorFactory: Of[dsl.type, bridge.type], val executor0: (ScheduledExecutorService, Executor) => Of[dsl.type, bridge.type])(using val supportsCustomScheduler: SupportsCustomScheduler[executorFactory.ExecutionParam])
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class StarterKitobject StarterKit
Supports manipulating Scala values via pure Scala functions. Also extends TimerDSL and CrashDSL, since these are expected to be possible on a target platform that already supports Scala functions.
Supports manipulating Scala values via pure Scala functions. Also extends TimerDSL and CrashDSL, since these are expected to be possible on a target platform that already supports Scala functions.
Attributes
- Supertypes
- Known subtypes
-
object FreeScaletto
trait ScalettoBridge extends PuroBridge
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
object BridgeImpl
object ScalettoBridge
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ScalettoBridge.type
object ScalettoExecutor
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ScalettoExecutor.type
object ScalettoLib
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ScalettoLib.type
opaque class ScalettoLib[DSL <: Scaletto, PuroLib <: PuroLib[DSL]](val dsl: DSL, val puroLib: PuroLib & PuroLib[dsl.type])
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
abstract class StarterApp extends StarterAppBase
Attributes
- Supertypes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class StarterAppclass StarterAppScala[A]
abstract class StarterAppScala[A] extends StarterAppBase
Attributes
- Supertypes
object StarterKit extends StarterKit
Attributes
- Companion
- class
- Supertypes
- Self type
-
StarterKit.type
class StarterKit extends AbstractStarterKit
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
object StarterKit
In this article