WithIsLastValue

data class WithIsLastValue<out T>(val isLast: Boolean, val value: T)

Constructors

Link copied to clipboard
constructor(isLast: Boolean, value: T)

Properties

Link copied to clipboard
Link copied to clipboard
val value: T