That would just switch the components of the tuple...
# arrow
t
That would just switch the components of the tuple, i.e. from
List<Tuple2<A, List<B>>>
to
List<Tuple2<List<B>, A>>