Class: Nil (Umu::Value::Core::Morph::Stream::Cell)

Overview
Module Structure
Class Hierarchy
Constants
Nil::TYPE_SYM
Instance Methods
Nil#nil?
Nil#to_s
Nil#force / 3
is a submodule of
module: Cell ( Umu::Value::Core::Morph::Stream )
has modular siblings
class: Abstract   
class: Cons   
inherits from
  Abstract ( Umu::Value::Core::Morph::Stream::Cell )
has class siblings
  Cons ( Umu::Value::Core::Morph::Stream::Cell )
has properties
constant: TYPE_SYM   
method: nil?   
method: to_s   
method: force / 3   
is defined at
#39 in value/core/morph/stream/cell.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: Value
  module: Core
  module: Morph
  module: Stream
  module: Cell
class: Abstract     
class: Nil     
class: Cons     

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   
Abstract ( Umu::Value::Core::Morph::Stream::Cell )
has properties
constant: TYPE_SYM   
method: nil?   
method: step / 1   
method: force / 3   
Nil ( Umu::Value::Core::Morph::Stream::Cell )
has properties
constant: TYPE_SYM   
method: nil?   
method: to_s   
method: force / 3   
Cons ( Umu::Value::Core::Morph::Stream::Cell )

Constants

Nil::TYPE_SYM

#40 in value/core/morph/stream/cell.rb

TYPE_SYM = :StreamNil   

Instance Methods

Nil#force / 3

#53 in value/core/morph/stream/cell.rb

force ( _loc ,
  _env ,
  _event )