Class: Either
- Inherits:
-
Object
- Object
- Either
- Includes:
- Comparable, LambdaBlock
- Defined in:
- lib/totally_lazy/either.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
Instance Method Details
#flatten ⇒ Object
54 55 56 |
# File 'lib/totally_lazy/either.rb', line 54 def flatten flat_map(identity) end |