public static final class TimeValues.SimpleExprValue extends java.lang.Object implements ITimeValue
| 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() | 
public SimpleExprValue(java.lang.String operators,
                       com.google.common.collect.ImmutableList<ITimeValue> args)
public float apply(float input)
apply in interface ITimeValuepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object