public class InOperator extends Object implements Operator.MultipleValue<Object,Object>
Operator.MultipleValue<A,B>, Operator.Register, Operator.SingleValue<A,B>Predicate2.Impl<A,B>| Modifier and Type | Field and Description |
|---|---|
static InOperator |
INSTANCE |
| Constructor and Description |
|---|
InOperator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
eval(Object a,
Object[] bs) |
String |
getOperatorName() |
boolean |
requiresCoercion() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittestpublic static final InOperator INSTANCE
public boolean eval(Object a, Object[] bs)
eval in interface Operator.MultipleValue<Object,Object>public String getOperatorName()
getOperatorName in interface Operator<Object,Object>public boolean requiresCoercion()
requiresCoercion in interface Operator<Object,Object>Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.