java.lang.Object
trade.invision.indicators.indicators.operation.unary.BooleanUnaryOperations
public final class BooleanUnaryOperations
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Creates a
Boolean Indicator that invokes the logical
NOT (inverse) unary operation on the
given
operand.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BooleanUnaryOperations
public BooleanUnaryOperations()
-
Method Details
-
not
Creates a
Boolean Indicator that invokes the logical
NOT (inverse) unary operation on the
given
operand.
- Parameters:
operand - the operand
- Returns:
- the
Boolean Indicator
- See Also:
-