Barotrauma Client Doc
|
Public Member Functions | |
override bool | TryUnwrapSuccess ([MaybeNullWhen(returnValue:false)] out T value) |
override bool | TryUnwrapFailure ([MaybeNullWhen(returnValue:false)] out TError value) |
override string | ToString () |
Success (T value) | |
Public Attributes | |
readonly T | Value |
Properties | |
override bool | IsSuccess [get] |
Properties inherited from Barotrauma.Result< T, TError > | |
abstract bool | IsSuccess [get] |
bool | IsFailure [get] |
Additional Inherited Members | |
Static Public Member Functions inherited from Barotrauma.Result< T, TError > | |
static Result< T, TError > | Success (T value) |
static Result< T, TError > | Failure (TError error) |
Static Public Attributes inherited from Barotrauma.Result< T, TError > | |
static Func< T, Result< T, TError > > | Success |
Barotrauma.Success< T, TError >.Success | ( | T | value | ) |
|
virtual |
Implements Barotrauma.Result< T, TError >.
|
virtual |
Implements Barotrauma.Result< T, TError >.
|
virtual |
Implements Barotrauma.Result< T, TError >.
readonly T Barotrauma.Success< T, TError >.Value |
|
get |