public interface Operator<A,B> extends Predicate2<A,B[]>
Modifier and Type | Interface and Description |
---|---|
static interface |
Operator.MultipleValue<A,B> |
static class |
Operator.Register |
static interface |
Operator.SingleValue<A,B> |
Predicate2.Impl<A,B>
Modifier and Type | Method and Description |
---|---|
String |
getOperatorName() |
default boolean |
requiresCoercion() |
test
default boolean requiresCoercion()
String getOperatorName()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.