menu
convenience_types package
documentation
types/either.dart
types/either.dart
dark_mode
light_mode
types/either
library
Classes
Either
<
L
,
R
>
A type that represents a value of one of two possible types (a disjoint union). Instances of
Either
are either an instance of
Left
or
Right
.
Extensions
EitherPatterns
on
Either
<
L
,
R
>
Adds pattern-matching-related methods to
Either
.
convenience_types package
documentation
types/either.dart
convenience_types
package
Libraries
convenience_types
errors/app_error
errors/cache_error
errors/default_error_messages
errors/device_info_error
errors/errors
errors/exceptions
errors/form_error
errors/http_error
errors/storage_error
errors/value_errors
types/either
types/form_field
types/maybe
types/no_params
types/request_status
types/result
types/sizing_information
types/try
types/types
types/unit
types/usecase
types/value_object
util/debug_print_extensions
util/form_utils
util/iterable_extensions
util/seed_test_state_mixin
util/utils
either library