returnsBy

infix fun <T> AnsweringScope<T>.returnsBy(function: () -> T)

Function call returns value provided each time by function.