inCell

open val <T : Actor> T.inCell: Cell<T>

Allows to access Cell in this actor is stored in the Table. Relies on the Actor.userObject mechanism.

See also

Throws

if actor was improperly added to the Table or does not have its Cell instance assigned as user object.