Flags Enum
This page contains documentation for advanced Fuse features, so we have
taken the liberty to tick the "Show advanced things" checkbox above for
you in advance to be able to provide you with some additional information.
Location
- Namespace
- Fuse.Reactive
- Package
- Fuse.Reactive.Expressions 2.9.1
Possible Values
- None
- Optional0
- Optional1
- Optional2
- Optional3
- AllOptional
-
All arguments to the expression are optional.
Compute
will be called when HasValue is false for individual, or all, values - OmitComputeWarning
-
A warning should not be emitted when
Compute
returns false, indicating this is an expected condition, or the derived class will emit its own diagnostics - DeprecatedVirtualFlags
- DeprecatedVirtualUnary
Interface of Flags
AllOptional : Flags uno
All arguments to the expression are optional. Compute
will be called when HasValue is false for individual, or all, values
DeprecatedVirtualFlags : Flags uno
DeprecatedVirtualUnary : Flags uno
Flags - Flags : Flags uno
Flags != Flags : bool uno
Flags & Flags : Flags uno
Flags ^ Flags : Flags uno
Flags == Flags : bool uno
Flags | Flags : Flags uno
HasFlag(Flags) : bool uno
None : Flags uno
OmitComputeWarning : Flags uno
A warning should not be emitted when Compute
returns false, indicating this is an expected condition, or the derived class will emit its own diagnostics