class ArgumentCaptorHolder5<out A, out B, out C, out D, out E>
ArgumentCaptorHolder5(first: A, second: B, third: C, fourth: D, fifth: E) |
val fifth: E |
|
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 |
|
operator fun component5(): E |