menu
fkappa package
documentation
kappa.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();
fkappa package
documentation
kappa
Either<L, R>
swap abstract method
Either class