RecordedCall

fun RecordedCall(    retValue: Any?,     isRetValueMock: Boolean,     retType: KClass<*>,     matcher: InvocationMatcher,     selfChain: RecordedCall?,     argChains: List<Any>?)