ArgumentCaptorHolder5

class ArgumentCaptorHolder5<out A, out B, out C, out D, out E>(val first: A, val second: B, val third: C, val fourth: D, val fifth: E)

Constructors

Link copied to clipboard
constructor(first: A, second: B, third: C, fourth: D, fifth: E)

Properties

Link copied to clipboard
val fifth: E
Link copied to clipboard
val first: A
Link copied to clipboard
val fourth: D
Link copied to clipboard
val second: B
Link copied to clipboard
val third: C

Functions

Link copied to clipboard
operator fun component1(): A
Link copied to clipboard
operator fun component2(): B
Link copied to clipboard
operator fun component3(): C
Link copied to clipboard
operator fun component4(): D
Link copied to clipboard
operator fun component5(): E