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 () |
Failure (TError error) | |
Public Attributes | |
readonly TError | Error |
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.Failure< T, TError >.Failure | ( | TError | error | ) |
|
virtual |
Implements Barotrauma.Result< T, TError >.
|
virtual |
Implements Barotrauma.Result< T, TError >.
|
virtual |
Implements Barotrauma.Result< T, TError >.
readonly TError Barotrauma.Failure< T, TError >.Error |
|
get |