kmock
0.3.0-rc08
common
kmock
/
tech.antibytes.kmock
/
Hint2
Hint2
data
class
Hint2
<
Type0
:
Any
,
Type1
:
Any
>
(
val
type0
:
KClass
<
Type0
>
,
val
type1
:
KClass
<
Type1
>
)
Indicator for overloaded methods which have 2 arguments
Author
Matthias Geisler
Constructors
Properties
Constructors
Hint2
Link copied to clipboard
fun
<
Type0
:
Any
,
Type1
:
Any
>
Hint2
(
type0
:
KClass
<
Type0
>
,
type1
:
KClass
<
Type1
>
)
Properties
type0
Link copied to clipboard
val
type0
:
KClass
<
Type0
>
type1
Link copied to clipboard
val
type1
:
KClass
<
Type1
>