combinations abstract method

Iterable<Hand> combinations(
  1. int count
)

Implementation

Iterable<Hand> combinations(int count);