com.togethersoft.openapi.util.function
Interface UnaryOperation

All Known Subinterfaces:
InvertibleFunction
All Known Implementing Classes:
UniqueElementFilter

public interface UnaryOperation

Presents unary operation above Object.

Author:
TogetherSoft
Since: Together 4.0

Method Summary
 Objectexecute(Object object)
          Returns the result of executing with a single Object.

Method Detail

execute

public Object execute(Object object)
Returns the result of executing with a single Object.
Returns: Object after unary operation.