mockk-dsl
1.12.8
common
mockk-dsl
/
io.mockk
/
CoFunctionAnswer
Co
Function
Answer
common
data
class
CoFunctionAnswer
<
T
>
(
val
answerFunc
:
suspend
(
Call
)
->
T
)
:
Answer
<
T
>
Content copied to clipboard
Delegates reply to the lambda suspendable function
Types
Constructors
Functions
Properties
Constructors
Co
Function
Answer
Link copied to clipboard
common
fun
<
T
>
CoFunctionAnswer
(
answerFunc
:
suspend
(
Call
)
->
T
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Functions
answer
Link copied to clipboard
common
open
override
fun
answer
(
call
:
Call
)
:
T
Content copied to clipboard
co
Answer
Link copied to clipboard
common
open
suspend override
fun
coAnswer
(
call
:
Call
)
:
T
Content copied to clipboard
to
String
Link copied to clipboard
common
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
answer
Func
Link copied to clipboard
common
val
answerFunc
:
suspend
(
Call
)
->
T
Content copied to clipboard