menu
fpdart package
documentation
fpdart.dart
Either<L, R>
swap abstract method
swap abstract method
dark_mode
light_mode
swap
abstract method
Either
<
R
,
L
>
swap
(
)
Swap the values contained inside the
Left
and
Right
of this
Either
.
Implementation
Either<R, L> swap();
fpdart package
documentation
fpdart
Either<L, R>
swap abstract method
Either class