PowerSetExtension<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
powerSet(
) → Iterable< List< E> > -
Available on Iterable<
Returns all subsets of this iterable including the empty set and the complete set itself. The power-set has 2^n elements, if the iterable has length n.E> , provided by the PowerSetExtension extension