class ArgumentCaptorHolder4<out A, out B, out C, out D>
ArgumentCaptorHolder4(first: A, second: B, third: C, fourth: D) |
val first: A |
|
val fourth: D |
|
val second: B |
|
val third: C |
operator fun component1(): A |
|
operator fun component2(): B |
|
operator fun component3(): C |
|
operator fun component4(): D |