KMock
/
tech.antibytes.kmock
/
Hint3
common
Hint3
data class
Hint3
<
Type0
:
Any
,
Type1
:
Any
,
Type2
:
Any
>(type0:
KClass
<
Type0
>, type1:
KClass
<
Type1
>, type2:
KClass
<
Type2
>)
Content copied to clipboard
Indicator for overloaded methods which have 3 arguments
Author
Matthias Geisler
Constructors
Properties
Constructors
Hint3
Link copied to clipboard
common
fun <
Type0
:
Any
,
Type1
:
Any
,
Type2
:
Any
>
Hint3
(type0:
KClass
<
Type0
>, type1:
KClass
<
Type1
>, type2:
KClass
<
Type2
>)
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
type2
Link copied to clipboard
common
val
type2
:
KClass
<
Type2
>
Content copied to clipboard