final case class Action(config: ActionConfig, run: Kleisli[IO, (NelsonConfig, ActionConfig), Unit]) extends Product with Serializable
- Source
- Manifest.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Action
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Action(config: ActionConfig, run: Kleisli[IO, (NelsonConfig, ActionConfig), Unit])
Value Members
- val config: ActionConfig
- val run: Kleisli[IO, (NelsonConfig, ActionConfig), Unit]