Packages

package effects

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait EffectError extends AnyRef
  2. case class EffectReference1 [A](reference: A) extends Product with Serializable
  3. sealed case class EffectResource (handle: String) extends Product with Serializable
  4. trait EffectState extends AnyRef
  5. case class InternalEffectError (msg: List[Char]) extends EffectError with Product with Serializable
  6. case class NotFoundEffectError (msg: List[Char]) extends EffectError with Product with Serializable
  7. trait RTStateAwareFunction extends RTFunction

Value Members

  1. object EffectsImplicits

Ungrouped