public class GreaterThanOrEqual extends Filter implements scala.Product, scala.Serializable
true iff the attribute evaluates to a value
 greater than or equal to value.
 | Constructor and Description | 
|---|
GreaterThanOrEqual(String attribute,
                  Object value)  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract static R | 
apply(T1 v1,
     T2 v2)  | 
String | 
attribute()  | 
String[] | 
references()
List of columns that are referenced by this filter. 
 | 
static String | 
toString()  | 
Object | 
value()  | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic abstract static R apply(T1 v1,
                               T2 v2)
public static String toString()
public String attribute()
public Object value()
public String[] references()
Filterreferences in class Filter