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

Overview
Module Structure
Class Hierarchy
Class Methods
Abstract.base_type_sym
Instance Methods
Abstract#none?
Abstract#some?
Abstract#meth_is_none / 3
Abstract#meth_is_some / 3
is a submodule of
module: Option ( Umu::Value::Core::Union )
has modular siblings
class: None   
class: Some   
inherits from
  Abstract ( Umu::Value::Core::Union )
is inherited by
  None ( Umu::Value::Core::Union::Option )
  Some ( Umu::Value::Core::Union::Option )
has class siblings
  Datum ( Umu::Value::Core::Union )
  Abstract ( Umu::Value::Core::Union::Result )
has properties
class method: base_type_sym   
method: none?   
method: some?   
method: meth_is_none / 3   
method: meth_is_some / 3   
is defined at
#16 in value/core/union/option.rb  
#68 in common/constant.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: Value
  module: Core
  module: Union
  class: Abstract
  class: Datum
  module: Option
class: Abstract     
class: None     
class: Some     
  module: Result
class: Abstract     

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 )
has properties
class method: base_type_sym   
method: none?   
method: some?   
method: meth_is_none / 3   
method: meth_is_some / 3   
  None     
  Some     
Abstract ( Umu::Value::Core::Union::Result )

Class Methods

Abstract.base_type_sym

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

base_type_sym

Instance Methods

Abstract#none?

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

none?

Abstract#some?

#27 in value/core/union/option.rb

some?

Abstract#meth_is_none / 3

#37 in value/core/union/option.rb

meth_is_none ( _loc ,
  _env ,
  event )

Abstract#meth_is_some / 3

#47 in value/core/union/option.rb

meth_is_some ( _loc ,
  _env ,
  event )