Files

Class/Module Index [+]

Quicksearch

Concurrent::Edge::Future::Success

@!visibility private

Public Class Methods

new(value) click to toggle source
# File lib/concurrent/edge/future.rb, line 439
def initialize(value)
  @Value = value
end

Public Instance Methods

apply(block) click to toggle source
# File lib/concurrent/edge/future.rb, line 447
def apply(block)
  block.call value
end
reason() click to toggle source
# File lib/concurrent/edge/future.rb, line 455
def reason
  nil
end
success?() click to toggle source
# File lib/concurrent/edge/future.rb, line 443
def success?
  true
end
to_sym() click to toggle source
# File lib/concurrent/edge/future.rb, line 459
def to_sym
  :success
end
value() click to toggle source
# File lib/concurrent/edge/future.rb, line 451
def value
  @Value
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.