tryUpdate

open fun <T : TrackerUpdateAction?> tryUpdate(@NotNull action: @NotNull T): Boolean

Update data of this tracker.

Parameters

action

action

<T>

action type


open fun <T : TrackerUpdateAction?> tryUpdate(@NotNull action: @NotNull T, @NotNull predicate: @NotNull BonePredicate): Boolean

Update data of this tracker.

Parameters

action

action

predicate

predicate

<T>

action type