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