const class concurrent::ActorMsg

sys::Obj
  concurrent::ActorMsg

@Js

Source

ActorMsg provides simple immutable tuple to use for actor messages.

a

const Obj? a

Source

Argument a

b

const Obj? b

Source

Argument b

c

const Obj? c

Source

Argument c

d

const Obj? d

Source

Argument d

e

const Obj? e

Source

Argument e

equals

virtual override Bool equals(Obj? that)

Source

Equality is based on id and arguments

hash

virtual override Int hash()

Source

Hash is based on id and arguments

id

const Obj id

Source

Message identifier key, typically string or enum

make0

new make0(Obj id)

Source

Constructor with zero arguments

make1

new make1(Obj id, Obj? a)

Source

Constructor with one argument

make2

new make2(Obj id, Obj? a, Obj? b)

Source

Constructor with two arguments

make3

new make3(Obj id, Obj? a, Obj? b, Obj? c)

Source

Constructor with three arguments

make4

new make4(Obj id, Obj? a, Obj? b, Obj? c, Obj? d)

Source

Constructor with four arguments

make5

new make5(Obj id, Obj? a, Obj? b, Obj? c, Obj? d, Obj? e)

Source

Constructor with five arguments

toStr

virtual override Str toStr()

Source

Return debug string representation