run

abstract fun run(target: T, context: C)

Executes the behavior logic for the specified target within the provided context.

Parameters

target

The target of type T on which the behavior is applied.

context

The context of type C in which the behavior is executed.