operator fun <T, A, B> PTraversal<T, T, A, B>.times(other: PTraversal<T, T, A, B>): PTraversal<T, T, A, B> Traversal that aggregates the elements of two other traversals.
For example, this may aggregate the values coming from several fields of the same type.