app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.fam007e.receipts.domain.usecase
/
UnoReverseResult
Uno
Reverse
Result
sealed
class
UnoReverseResult
Inheritors
CanReverse
CannotReverse
Members
Types
Cannot
Reverse
Link copied to clipboard
object
CannotReverse
:
UnoReverseResult
Can
Reverse
Link copied to clipboard
data
class
CanReverse
(
val
reverseCount
:
Int
,
val
bonusCount
:
Int
)
:
UnoReverseResult