CartesianProductOnIterableExt<T> extension
Methods
-
cartesianProduct(
T combinator(T a, T b)) → Iterable< T> -
Available on Iterable<
Creates the Cartesian product of the iterables and combines each resulting pair using theIterable< , provided by the CartesianProductOnIterableExt extensionT> >combinator
function.