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