public class LessThan extends BaseCondition
value
Constructor and Description |
---|
LessThan()
Special constructor for pairwise boolean operations.
|
LessThan(Number value) |
Modifier and Type | Method and Description |
---|---|
Boolean |
apply(Number input) |
Conditions.ConditionMode |
conditionType()
Returns condition ID for native side
|
void |
setValue(Number value)
Allows overriding of the value.
|
epsThreshold, getValue
public LessThan()
public LessThan(Number value)
public void setValue(Number value)
Condition
setValue
in interface Condition
setValue
in class BaseCondition
public Conditions.ConditionMode conditionType()
Copyright © 2022. All rights reserved.