ArgumentCaptorHolder4

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

Constructors

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

Properties

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