https://kotlinlang.org logo
#arrow
Title
t

tginiotis

08/09/2018, 2:39 PM
That would just switch the components of the tuple, i.e. from
List<Tuple2<A, List<B>>>
to
List<Tuple2<List<B>, A>>