success

inline fun <T> success(value: T): Resultat<T>

Returns an instance that encapsulates the given value as successful value.