Class: Abstract (Umu::Value::Core::Union::Result)

Overview
Module Structure
Class Hierarchy
Class Methods
Abstract.base_type_sym
Instance Attributes
Abstract#contents [R]
Instance Methods
Abstract#initialize / 1
Abstract#meth_is_ok / 3
Abstract#meth_is_err / 3
is a submodule of
module: Result ( Umu::Value::Core::Union )
has modular siblings
class: Ok   
class: Err   
inherits from
  Abstract ( Umu::Value::Core::Union )
is inherited by
  Ok ( Umu::Value::Core::Union::Result )
  Err ( Umu::Value::Core::Union::Result )
has class siblings
  Datum ( Umu::Value::Core::Union )
  Abstract ( Umu::Value::Core::Union::Option )
has properties
class method: base_type_sym   
attribute: contents [R]   
method: initialize / 1   
method: meth_is_ok / 3   
method: meth_is_err / 3   
is defined at
#16 in value/core/union/result.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: Value
  module: Core
  module: Union
  class: Abstract
  class: Datum
  module: Option
class: Abstract     
  module: Result
class: Abstract     
class: Ok     
class: Err     

Class Hierarchy

Object ( Builtin-Module )
Top ( Umu::Value::Core )
has properties
class method: class_method_infos   
class method: instance_method_infos   
class method: define_class_method / 5   
class method: define_instance_method / 5   
class method: __define_method__ / 6   
class method: type_sym (1/2)   
method: type_sym (2/E)   
method: pretty_print / 1   
method: invoke / 5   
method: apply / 4   
method: __invoke__ / 5   
Object ( Umu::Value::Core )
has properties
method: meth_show / 3   
alias: meth_to_string meth_show   
method: contents   
method: meth_contents / 3   
method: meth_is_equal / 4   
method: meth_is_not_equal / 4   
method: meth_is_less_than / 4   
method: meth_is_greater_than / 4   
method: meth_is_less_equal / 4   
method: meth_is_greater_equal / 4   
method: meth_compare / 4   
method: meth_force / 3   
Abstract ( Umu::Value::Core::Union )
has properties
class method: base_type_sym (1/2)   
class method: order_num (1/2)   
method: base_type_sym (2/E)   
method: order_num (2/E)   
method: to_s   
method: pretty_print / 1   
method: meth_to_string / 3   
method: meth_is_equal / 4   
method: meth_is_less_than / 4   
Datum ( Umu::Value::Core::Union )
Abstract ( Umu::Value::Core::Union::Option )
Abstract ( Umu::Value::Core::Union::Result )
has properties
class method: base_type_sym   
attribute: contents [R]   
method: initialize / 1   
method: meth_is_ok / 3   
method: meth_is_err / 3   
  Ok     
  Err     

Class Methods

Abstract.base_type_sym

#17 in value/core/union/result.rb

base_type_sym

Instance Attributes

Abstract#contents [R]

#22 in value/core/union/result.rb

Instance Methods

Abstract#initialize / 1

#24 in value/core/union/result.rb

initialize ( contents )

Abstract#meth_is_ok / 3

#38 in value/core/union/result.rb

meth_is_ok ( _loc ,
  _env ,
  event )

Abstract#meth_is_err / 3

#48 in value/core/union/result.rb

meth_is_err ( _loc ,
  _env ,
  event )