java.lang.Object
trade.invision.indicators.indicators.operation.ternary.BooleanTernaryOperations
public final class BooleanTernaryOperations
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Creates a
Boolean Indicator that performs an if-else ternary operation on the given operands.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BooleanTernaryOperations
public BooleanTernaryOperations()
-
Method Details
-
ifElse
Creates a
Boolean Indicator that performs an if-else ternary operation on the given operands.
- Parameters:
conditional - the conditional
trueCondition - the true condition
falseCondition - the false condition
- Returns:
- the
Boolean Indicator
- See Also:
-