class Dry::Monads::Maybe::Some::None::Mixin::Result::Try::Value
Public Instance Methods
Source
# File lib/dry/monads/maybe.rb, line 387 def to_maybe = ::Dry::Monads::Maybe(@value) end
@return [Maybe]
# File lib/dry/monads/maybe.rb, line 387 def to_maybe = ::Dry::Monads::Maybe(@value) end
@return [Maybe]