CardDuplicator<T extends Card> extension

Provides the duplicate method for cards.

on
  • T

Methods

duplicate(int count) Iterable<T>
Returns an iterable that yields this card count times.