ObjectiveLib  1.0.0
Public Member Functions
<OLBoolUnaryFunction> Protocol Reference

A protocol defining the message for performing the operation of a unary function object. More...

#import <ObjectiveLib/Functional.h>

Inheritance diagram for <OLBoolUnaryFunction>:
Inheritance graph
[legend]

List of all members.

Public Member Functions

(BOOL) - performUnaryFunctionWithArg:
 Perform the function of this function object.

Detailed Description

A protocol defining the message for performing the operation of a unary function object.

This is a specialized form of OLUnaryFunction that returns the result as a boolean value instead of an allocated object.


Member Function Documentation

- (BOOL) performUnaryFunctionWithArg: (id)  arg

Perform the function of this function object.

The operation is performed on the single parameter and the result is returned.

Parameters:
argthe argument to the function
Returns:
the result

Reimplemented in OLUnaryNegate, OLLogicalNot, OLBoolBinder2nd, and OLBoolBinder1st.


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

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