Product2IterableExtension<T1, T2> extension

on

Methods

product() Iterable<(T1, T2)>
Combines a tuple of iterables with the cross product to an iterable of tuples.