toggle menu
kstatemachine
0.33.0
common
switch theme
search in API
kstatemachine
/
ru.nsk.kstatemachine.persistence
/
RecordedEvents
Recorded
Events
class
RecordedEvents
constructor
(
val
structureHashCode
:
Int
,
val
records
:
List
<
Record
>
)
This class is intended to be serialized by client code
Members
Constructors
Recorded
Events
Link copied to clipboard
constructor
(
structureHashCode
:
Int
,
records
:
List
<
Record
>
)
Properties
records
Link copied to clipboard
val
records
:
List
<
Record
>
structure
Hash
Code
Link copied to clipboard
val
structureHashCode
:
Int
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String