Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/functional-light-service/functional/maybe.rb
Instance Method Summary collapse
Instance Method Details
#null? ⇒ Boolean
4 5 6 |
# File 'lib/functional-light-service/functional/maybe.rb', line 4 def null? false end |
#some? ⇒ Boolean
8 9 10 |
# File 'lib/functional-light-service/functional/maybe.rb', line 8 def some? true end |