Beamable SDK
|
Static Public Member Functions | |
static implicit | operator T? (OptionalValue< T > option) |
Additional Inherited Members | |
Public Member Functions inherited from Beamable.Common.Content.Optional< T > | |
abstract object | GetValue () |
abstract void | SetValue (object value) |
abstract Type | GetOptionalType () |
override object | GetValue () |
override void | SetValue (object value) |
override Type | GetOptionalType () |
T | GetOrThrow () |
T | GetOrElse (T otherwise) |
T | GetOrElse (Func< T > otherwise) |
Optional< T > | DoIfExists (Action< T > callback) |
Public Attributes inherited from Beamable.Common.Content.Optional< T > | |
bool | HasValue |
T | Value |