public class StringLengthWithOperator extends Object implements Operator.SingleValue<String,Integer>
Operator.MultipleValue<A,B>, Operator.Register, Operator.SingleValue<A,B>
Predicate2.Impl<A,B>
Modifier and Type | Field and Description |
---|---|
static StringLengthWithOperator |
INSTANCE |
Constructor and Description |
---|
StringLengthWithOperator() |
Modifier and Type | Method and Description |
---|---|
boolean |
eval(String s1,
Integer length) |
String |
getOperatorName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
test
requiresCoercion
public static final StringLengthWithOperator INSTANCE
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.