invoke

@NotNull
abstract fun invoke(@NotNull @Unmodifiable args: @NotNull @Unmodifiable List<String>, @NotNull reason: @NotNull UpdateEvent): @NotNull (HudPlayer) -> T

Creates new function from given args.

Return

function

Parameters

args

args

reason

event

Throws

if given args or reason is invalid.