Success

class Success<T> : Result<T>

Constructors

Link copied to clipboard
open fun Success(data: T)

Functions

Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
open val data: T