class Success<T : Any> : CachedTransformationResult<T>
Holds a transformation result value after a successful transformation.
Success(type: KType, value: T)
Holds a transformation result value after a successful transformation. |
val value: T |
val type: KType
requested by the corresponding ApplicationCall.receive invocation |