com.togethersoft.openapi.util.function
Class UnaryInverse


public class UnaryInverse
implements InvertibleFunction

Minimal implementation of unary operation and invertion.

Author:
TogetherSoft
Since: Together 4.0

Field Summary
 private InvertibleFunctionmyInverse
           

Constructor Summary
UnaryInverse(InvertibleFunction inverse)
           

Method Summary
 Objectexecute(Object arg)
          Proceed invertion of Object.
 ObjectexecuteInverse(Object arg)
          Proceed unary operation with Object.

Field Detail

myInverse

private InvertibleFunction myInverse
Constructor Detail

UnaryInverse

public UnaryInverse(InvertibleFunction inverse)
Method Detail

execute

public Object execute(Object arg)
Proceed invertion of Object.
Returns: Inverted Object.

executeInverse

public Object executeInverse(Object arg)
Proceed unary operation with Object.
Returns: Proceeded Object.

Association Links

to Class com.togethersoft.openapi.util.function.InvertibleFunction