Files

Class/Module Index [+]

Quicksearch

Concurrent::Edge::Future::Failed

@!visibility private

Public Class Methods

new(reason) click to toggle source
# File lib/concurrent/edge/future.rb, line 473
def initialize(reason)
  @Reason = reason
end

Public Instance Methods

apply(block) click to toggle source
# File lib/concurrent/edge/future.rb, line 493
def apply(block)
  block.call reason
end
reason() click to toggle source
# File lib/concurrent/edge/future.rb, line 485
def reason
  @Reason
end
success?() click to toggle source
# File lib/concurrent/edge/future.rb, line 477
def success?
  false
end
to_sym() click to toggle source
# File lib/concurrent/edge/future.rb, line 489
def to_sym
  :failed
end
value() click to toggle source
# File lib/concurrent/edge/future.rb, line 481
def value
  nil
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.