storeActor

open override fun <T : Actor> storeActor(actor: T): KNode<T>

Internal utility method for adding actors to the group. Assumes the actor might be stored in a container.

Return

storage object, wrapping around the actor or the actor itself if no storage objects are used.

Parameters

actor

will be added to this group.

See also

Tree.Node
Cell