ObjectiveLib  1.0.0
Public Member Functions
OLLess Class Reference

A function object for comparing objects. More...

#import <ObjectiveLib/Functional.h>

Inheritance diagram for OLLess:
Inheritance graph
[legend]

List of all members.

Public Member Functions

(BOOL) - performBinaryFunctionWithArg:andArg:
 Test whether arg1 is less than arg2.

Detailed Description

A function object for comparing objects.

This object determines whether a given object is less than another given object.


Member Function Documentation

- (BOOL) performBinaryFunctionWithArg: (id)  arg1
andArg: (id)  arg2 

Test whether arg1 is less than arg2.

Precondition:
arg1 must respond to the message isLessThan:.
Parameters:
arg1the first argument
arg2the second argument
Returns:
YES if arg1 is less than arg2, NO otherwise

Reimplemented from <OLBoolBinaryFunction>.


The documentation for this class was generated from the following file:

ObjectiveLibGenerated Sat Feb 15 2014 07:45:34, © 2004-2007 Will Mason