Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun filter(cardNumber: CardNumber.Unvalidated): List<AccountRange>

Return all AccountRanges that contain the given cardNumber.

Link copied to clipboard
open override fun first(cardNumber: CardNumber.Unvalidated): AccountRange?

Return the first AccountRange that contains the given cardNumber, or null.