OLGreaterEqual Class Reference
[Function Objects]

A function object for comparing objects. More...

#import <ObjectiveLib/Functional.h>

Inheritance diagram for OLGreaterEqual:

Inheritance graph
[legend]
List of all members.

Public Member Functions

(BOOL) - performBinaryFunctionWithArg:andArg:
 Test whether arg1 is greater than or equal to arg2.

Detailed Description

A function object for comparing objects.

This object determines whether a given object is greater than or equal to another given object.


Member Function Documentation

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

Test whether arg1 is greater than or equal to arg2.

Precondition:
arg1 must respond to the message isGreaterThanOrEqualTo:.
Parameters:
arg1 the first argument
arg2 the second argument
Returns:
YES if arg1 is greater than or equal to arg2, NO otherwise

Reimplemented from < OLBoolBinaryFunction >.


The documentation for this class was generated from the following file:
ObjectiveLibGenerated Sun Apr 22 15:13:13 2007, © 2004-2007 Will Mason
SourceForge.net Logo