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

Overview
Module Structure
Class Hierarchy
Class Methods
Ok.order_num
Ok.meth_make / 4
Instance Methods
Ok#meth_is_ok / 3
is a submodule of
module: Result ( Umu::Value::Core::Union )
has modular siblings
class: Abstract   
class: Err   
inherits from
  Abstract ( Umu::Value::Core::Union::Result )
has class siblings
  Err ( Umu::Value::Core::Union::Result )
has properties
class method: order_num   
class method: meth_make / 4   
method: meth_is_ok / 3   
is defined at
#56 in value/core/union/result.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: Value
  module: Core
  module: Union
  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   
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 ( Umu::Value::Core::Union::Result )
has properties
class method: order_num   
class method: meth_make / 4   
method: meth_is_ok / 3   
Err ( Umu::Value::Core::Union::Result )

Class Methods

Ok.order_num

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

order_num

Ok.meth_make / 4

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

meth_make ( _loc ,
  _env ,
  _event ,
  contents )

Instance Methods

Ok#meth_is_ok / 3

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

meth_is_ok ( _loc ,
  _env ,
  _event )