type

@NotNull
open fun <R : T?> type(@NotNull newTargetClass: @NotNull Class<R>): @NotNull TrackerAnimation.Builder<R>

Changes the target tracker type for this builder.

Return

a new builder for the specified type

Since

2.2.0

Parameters

newTargetClass

the new target class

<R>

the new tracker type