animus

package animus

Members list

Type members

Classlikes

object TransitionSet

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class TransitionSet[A, Key](ordered: Vector[(Key, A)], contains: Set[Key], inserting: Set[Key], removing: Set[Key], getKey: A => Key)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait TransitionStatus

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Active.type
object Inserting.type
object Removing.type
Self type