CartesianProductOnIterableExt<T> extension

on

Methods

cartesianProduct(T combinator(T a, T b)) Iterable<T>

Available on Iterable<Iterable<T>>, provided by the CartesianProductOnIterableExt extension

Creates the Cartesian product of the iterables and combines each resulting pair using the combinator function.