public class In extends Filter implements scala.Product, scala.Serializable
true
iff the attribute evaluates to one of the values in the array.
Constructor and Description |
---|
In(String attribute,
Object[] values) |
Modifier and Type | Method and Description |
---|---|
String |
attribute() |
abstract static boolean |
canEqual(Object that) |
boolean |
equals(Object o) |
int |
hashCode() |
abstract static int |
productArity() |
abstract static Object |
productElement(int n) |
static scala.collection.Iterator<Object> |
productIterator() |
static String |
productPrefix() |
String |
toString() |
Object[] |
values() |
public abstract static boolean canEqual(Object that)
public abstract static Object productElement(int n)
public abstract static int productArity()
public static scala.collection.Iterator<Object> productIterator()
public static String productPrefix()
public String attribute()
public Object[] values()
public int hashCode()
hashCode
in class Object
public boolean equals(Object o)
equals
in interface scala.Equals
equals
in class Object
public String toString()
toString
in class Object