Class: Streamer::Functors::Lt

Inherits:
Functor
  • Object
show all
Defined in:
lib/streamer/functors/lt.rb

Overview

Lt compares target to function or value

Instance Attribute Summary

Attributes inherited from Functor

#options, #payload

Instance Method Summary collapse

Methods inherited from Functor

#class_name, #initialize, #type_name

Constructor Details

This class inherits a constructor from Streamer::Functors::Functor

Instance Method Details

#callObject



5
6
7
# File 'lib/streamer/functors/lt.rb', line 5

def call
  compare :<
end