PowersetOnIterableX<T> extension

on

Methods

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

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

Returns the powerset of the Iterable using the provided combinator.