times
Allows transforms to be combined sequentially.
val transformC = transformA * transformBContent copied to clipboard
So applying transformC is equivalent to applying transformA then transformB.
Allows transforms to be combined sequentially.
val transformC = transformA * transformBSo applying transformC is equivalent to applying transformA then transformB.