public static final class TimeValues.SimpleExprValue extends java.lang.Object implements ITimeValue
Modifier and Type | Field and Description |
---|---|
private com.google.common.collect.ImmutableList<ITimeValue> |
args |
private java.lang.String |
operators |
private static java.util.regex.Pattern |
opsPattern |
Constructor and Description |
---|
SimpleExprValue(java.lang.String operators,
com.google.common.collect.ImmutableList<ITimeValue> args) |
Modifier and Type | Method and Description |
---|---|
float |
apply(float input) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
private static final java.util.regex.Pattern opsPattern
private final java.lang.String operators
private final com.google.common.collect.ImmutableList<ITimeValue> args
public SimpleExprValue(java.lang.String operators, com.google.common.collect.ImmutableList<ITimeValue> args)
public float apply(float input)
apply
in interface ITimeValue
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object