menu
appletheia_monad package
documentation
option.dart
Some<T>
xor method
xor method
dark_mode
light_mode
xor
method
@
override
Option
<
T
>
xor
(
Option
<
T
>
other
)
override
Implementation
@override Option<T> xor(Option<T> other) => other.isSome ? None() : this;
appletheia_monad package
documentation
option
Some<T>
xor method
Some class