Expand description
Auto-generated module
🤖 Generated with SplitRS
Structs§
- Either
Iter - An
EitherIteryields one element: the single value in anOxiEither. - Either
Kleisli - A Kleisli arrow
A → Either E Bin the Either monad’s Kleisli category. - Either
Left Iter - An iterator that yields the left value of an
OxiEitheronce. - Either
Partition - A partition result holding separated Left and Right values from a collection.
- Either
Right Iter - An iterator that yields the right value of an
OxiEitheronce. - EitherT
Monad - A monad transformer wrapper representing
M (Either E A). - Either
Traversal - A traversal context for applying an Either-returning function across a collection.
- Left
Iter - Iterator over the
Leftvalues in a collection. - Right
Iter - Iterator over the
Rightvalues in a collection. - Select
Combinator - The select combinator for
Either, implementingSelectivebehaviour.