com.togethersoft.openapi.util.function
Class UnaryInverse


public class UnaryInverse
implements InvertibleFunction

Minimal implementation of unary operation and invertion.

Author:
TogetherSoft

Constructor Summary
UnaryInverse(InvertibleFunction inverse)
           

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

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