com.jscape.util.workflow
Interface UnaryOperator

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
NullOperator

public interface UnaryOperator
extends java.io.Serializable

Unary expression operator.

Author:
Alex

Method Summary
 java.lang.Object apply(java.lang.Object argument)
          Applies the operator to the specified argument.
 

Method Detail

apply

java.lang.Object apply(java.lang.Object argument)
Applies the operator to the specified argument.

Parameters:
argument - an operator argument
Returns:
an operation result


Copyright © 2007 JSCAPE Corp. All Rights Reserved.