Dokka MultiModule Example
androidJvm
pos-core
/
com.example.cashlesslibrary.utils
/
Tuple
Tuple
class
Tuple
<
A
,
B
>
(
val
a
:
A
,
val
b
:
B
)
Members
Constructors
Tuple
Link copied to clipboard
constructor
(
a
:
A
,
b
:
B
)
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
Properties
a
Link copied to clipboard
val
a
:
A
b
Link copied to clipboard
val
b
:
B