Success

class Success<T : Any>(type: KType, value: T) : CachedTransformationResult<T>

Holds a transformation result value after a successful transformation.

Constructors

Link copied to clipboard
fun <T : Any> Success(type: KType, value: T)

Properties

Link copied to clipboard
val type: KType

requested by the corresponding ApplicationCall.receive invocation

Link copied to clipboard
val value: T