class AvalancheMQ::VHost::ReferencedSPs
- AvalancheMQ::VHost::ReferencedSPs
 - Reference
 - Object
 
Included Modules
- Enumerable(AvalancheMQ::SegmentPosition)
 
Defined in:
avalanchemq/vhost/referenced_sps.crConstructors
Instance Method Summary
- #<<(q : SPQueue)
 - 
        #each(&)
        
          
Must yield this collection's elements to the block.
 - 
        #empty?
        
          
Returns
trueifselfis empty,falseotherwise. 
Constructor Detail
Instance Method Detail
        
        def each(&)
        #
      
      
        
              Description copied from module Enumerable(AvalancheMQ::SegmentPosition)
            
          
          Must yield this collection's elements to the block.
        
        def empty?
        #
      
      
        
              Description copied from module Enumerable(AvalancheMQ::SegmentPosition)
            
          
          Returns true if self is empty, false otherwise.
([] of Int32).empty? # => true
([1]).empty?         # => false